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