This commit is contained in:
2026-01-07 16:35:22 +08:00
parent 86bd6613b4
commit 5bad18dd33
4 changed files with 73 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ services:
- ./volumes/nginx.conf:/etc/nginx/nginx.conf:ro
- ./volumes/conf.d:/etc/nginx/conf.d:ro
# SSL 证书(可选)
# - ./nginx/ssl:/etc/nginx/ssl:ro
- ./volumes/cert:/etc/nginx/ssl:ro
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/health"]
interval: 30s