소스 검색

Remove -d from Compose command

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Ben Firshman 9 년 전
부모
커밋
b9dc5990fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -19,7 +19,7 @@ Running
 
 Run in this directory:
 
-    $ docker-compose up -d
+    $ docker-compose up
 
 The app will be running on port 5000 on your Docker host, and the results will be on port 5001.