improve config, fix request params

This commit is contained in:
2022-08-04 19:46:42 +03:00
parent 8f0c3afe9f
commit 79432c3e06
6 changed files with 95 additions and 6 deletions

View File

@@ -7,12 +7,12 @@ services:
context: .
dockerfile: docker/nginx.Dockerfile
ports:
- 80:80
- 443:443
- 4444:4444
volumes:
- ./config:/config
- /etc/letsencrypt:/etc/letsencrypt:ro
- /tmp/acme_challenge:/tmp/acme_challenge
- ./config/nginx.conf:/etc/nginx/conf.d/nginx.conf
networks:
- default
- app