Update docker-compose.yml

pull/257/head
康怀帅 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
1 changed files with 1 additions and 1 deletions

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