read-only file system
This commit is contained in:
parent
a7f40f9dfd
commit
a5c34b92be
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue