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

@ -16,3 +16,8 @@ services:
# Restriction of filesystem -bizMark # Restriction of filesystem -bizMark
- /opt/proxy-manager/data:/data - /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