mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-06-08 09:52:11 +08:00
Update docker-compose.yml
This commit is contained in:
parent
3a8c201fbe
commit
e8a5cbb561
@ -14,7 +14,7 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/srv/www
|
- ./:/srv/www
|
||||||
- .travis/conf.d/default.conf:/etc/nginx/conf.d/default.conf
|
- .travis/conf.d:/etc/nginx/conf.d
|
||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user