fix: make VPN container more resilient by persisting port and restart on healthcheck failure
This commit is contained in:
parent
75b89f7709
commit
a264ad6506
@ -120,7 +120,9 @@ services:
|
|||||||
- PASS=${PIA_PASS}
|
- PASS=${PIA_PASS}
|
||||||
- LOCAL_NETWORK=${PIA_LOCAL_NETWORK}
|
- LOCAL_NETWORK=${PIA_LOCAL_NETWORK}
|
||||||
- PORT_FORWARDING=1
|
- PORT_FORWARDING=1
|
||||||
|
- PORT_PERSIST=1
|
||||||
- PORT_SCRIPT=/pia-shared/portupdate-qbittorrent.sh
|
- PORT_SCRIPT=/pia-shared/portupdate-qbittorrent.sh
|
||||||
|
- EXIT_ON_FATAL=1
|
||||||
sysctls:
|
sysctls:
|
||||||
- net.ipv4.conf.all.src_valid_mark=1
|
- net.ipv4.conf.all.src_valid_mark=1
|
||||||
- net.ipv6.conf.default.disable_ipv6=1
|
- net.ipv6.conf.default.disable_ipv6=1
|
||||||
|
Loading…
Reference in New Issue
Block a user