mirror of
https://github.com/snachodog/my-arr-stack.git
synced 2025-04-10 14:01:23 -06:00
Update docker-compose.yml
added missing parameters to VPN container to solve ip6tables v1.8.4 (legacy): can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?) error
This commit is contained in:
parent
38e41c0684
commit
269cb9037d
@ -7,9 +7,11 @@ services:
|
|||||||
- 'OTHER_ARGS= --mute-replay-warnings'
|
- 'OTHER_ARGS= --mute-replay-warnings'
|
||||||
cap_add:
|
cap_add:
|
||||||
- net_admin
|
- net_admin
|
||||||
|
- SYS_MODULE
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- '${ROOT}/MediaCenter/config/vpn:/vpn'
|
- '${ROOT}/MediaCenter/config/vpn:/vpn'
|
||||||
|
- /lib/modules:/lib/modules
|
||||||
security_opt:
|
security_opt:
|
||||||
- 'label:disable'
|
- 'label:disable'
|
||||||
devices:
|
devices:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user