Add healthcheck

This commit is contained in:
Marc Blatter 2026-03-24 15:22:22 +00:00
parent 858df66558
commit a54271d855
1 changed files with 6 additions and 1 deletions

View File

@ -15,4 +15,9 @@ services:
volumes:
# Restriction of filesystem -bizMark
- /opt/proxy-manager/data:/data
- /opt/proxy-manager/letsencrypt:/etc/letsencrypt
- /opt/proxy-manager/letsencrypt:/etc/letsencrypt
healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://localhost:81 || exit 1"]
interval: 30s
timeout: 10s
retries: 3