mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-11-07 04:33:10 +00:00
Fix error in docker-compose.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user