🎨 modify docker-compose.yaml

pull/139/head
ruibaby 2019-01-29 13:54:16 +08:00
parent 7d452d5ca9
commit 4ba907954c
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ services:
- 80:80 - 80:80
- 443:443 - 443:443
volumes: volumes:
- /etc/nginx/conf.d - /etc/nginx/conf.d:/etc/nginx/conf.d
- /etc/nginx/vhost.d - /etc/nginx/vhost.d:/etc/nginx/vhost.d
- /usr/share/nginx/html - /usr/share/nginx/html:/usr/share/nginx/html
- /etc/nginx/certs:/etc/nginx/certs:ro - /etc/nginx/certs:/etc/nginx/certs:ro
halo: halo: