mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-11 01:22:34 +00:00
Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||
@@ -33,3 +33,4 @@ services:
|
||||
volumes:
|
||||
- ./:/srv/gitbook-src
|
||||
command: server
|
||||
# command: build
|
||||
|
Reference in New Issue
Block a user