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