move nginx.conf to /server/

This commit is contained in:
vchikalkin 2023-09-08 12:38:49 +03:00
parent ef36f93fde
commit acb5c09ba4
2 changed files with 2 additions and 3 deletions

View File

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