소스 검색

[Docs] Pull images before starting mailcow

andryyy 8 년 전
부모
커밋
72a58b8c28
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/install.md

+ 2 - 1
docs/install.md

@@ -35,8 +35,9 @@ nano mailcow.conf
 ```
 If you plan to use a reverse proxy, you can, for example, bind HTTPS to 127.0.0.1 on port 8443 and HTTP to 127.0.0.1 on port 8080.
 
-5\. Run the composer file. It will pull images and build containers.
+5\. Pull the images and run the composer file. The paramter `-d` will start mailcow: dockerized detached:
 ```
+docker-compose pull
 docker-compose up -d
 ```