Update docker-compose.yml

This commit is contained in:
康怀帅 2017-11-28 15:35:51 +08:00 committed by GitHub
parent 3a8c201fbe
commit e8a5cbb561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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