Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Nov 29, 2017
1 parent c4d6b80 commit f2a2e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- .travis/conf.d:/etc/nginx/conf.d
ports:
- 4000:4000
command: ["nginx", "-c", "/etc/nginx/conf.d/nginx.conf", "-g", "daemon off;"]
command: ["nginx", "-c", "/etc/nginx/conf.d/nginx.conf", "-g", "daemon off;"]

build:
image: yeasy/docker_practice:latest
Expand All @@ -33,3 +33,4 @@ services:
volumes:
- ./:/srv/gitbook-src
command: server
# command: build

0 comments on commit f2a2e42

Please sign in to comment.