move nginx.conf to /server/
This commit is contained in:
parent
ef36f93fde
commit
acb5c09ba4
@ -15,8 +15,7 @@ services:
|
||||
service: server
|
||||
image: nginx
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/templates/default.conf.template
|
||||
- ./html:/usr/share/nginx/html
|
||||
- ./server/nginx.conf:/etc/nginx/templates/default.conf.template
|
||||
restart: always
|
||||
environment:
|
||||
- URL_LOG=${URL_LOG}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user