瀏覽代碼

update simple text in the docs

Mahmoud Zalt 7 年之前
父節點
當前提交
b738253a26
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      DOCUMENTATION/content/documentation/index.md

+ 2 - 2
DOCUMENTATION/content/documentation/index.md

@@ -435,11 +435,11 @@ To learn more about how Docker publishes ports, please read [this excellent post
 <a name="Use-Jenkins"></a>
 ## Use Jenkins
 
-1) Boot the container `docker-compose exec jenkins bash`
+1) Boot the container `docker-compose up -d jenkins`. To enter the container type `docker-compose exec jenkins bash`.
 
 2) Go to `http://localhost:8090/` (if you didn't chanhed your default port mapping) 
 
-3) Authenticate:
+3) Authenticate from the web app.
 
 - Default username is `admin`.
 - Default password is `docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword`.