read-only file system

This commit is contained in:
Marc Blatter 2026-03-24 20:05:59 +00:00
parent a7f40f9dfd
commit a5c34b92be
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ services:
DISABLE_IPV6: 'true' DISABLE_IPV6: 'true'
volumes: volumes:
# Restriction of filesystem -bizMark # Restriction of filesystem -bizMark
- /opt/proxy-manager/data:/data - /home/marc/proxy-manager/data:/data
- /opt/proxy-manager/letsencrypt:/etc/letsencrypt - /home/marc/proxy-manager/letsencrypt:/etc/letsencrypt
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://localhost:81 || exit 1"] test: ["CMD-SHELL", "wget -q --spider http://localhost:81 || exit 1"]
interval: 30s interval: 30s