diff --git a/doc/debug.md b/doc/debug.md index 981432919..fbcba927c 100644 --- a/doc/debug.md +++ b/doc/debug.md @@ -12,7 +12,7 @@ javaOptions in Jetty ++= Seq( Run GitBucket: ```shell -$ sbt ~jetty:start +$ sbt ~container:start ``` In IntelliJ, create remote debug configuration as follows. Make sure port number is same as above configuration.