Fix/docker nginx https config (#5832)

Co-authored-by: dahuahua <38651850@qq.com>
This commit is contained in:
Chenhe Gu 2024-07-01 23:15:26 +08:00 committed by GitHub
parent af469ea5bd
commit 3124728e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -284,6 +284,7 @@ services:
volumes: volumes:
- ./nginx/nginx.conf.template:/etc/nginx/nginx.conf.template - ./nginx/nginx.conf.template:/etc/nginx/nginx.conf.template
- ./nginx/proxy.conf.template:/etc/nginx/proxy.conf.template - ./nginx/proxy.conf.template:/etc/nginx/proxy.conf.template
- ./nginx/https.conf.template:/etc/nginx/https.conf.template
- ./nginx/conf.d:/etc/nginx/conf.d - ./nginx/conf.d:/etc/nginx/conf.d
- ./nginx/docker-entrypoint.sh:/docker-entrypoint-mount.sh - ./nginx/docker-entrypoint.sh:/docker-entrypoint-mount.sh
- ./nginx/ssl:/etc/ssl - ./nginx/ssl:/etc/ssl