Default to not use whitelisting

Added privileged run for iptables
This commit is contained in:
2023-04-21 11:53:43 +02:00
parent ade06e1945
commit a571d64298
2 changed files with 17 additions and 1 deletions

View File

@@ -4,8 +4,9 @@ services:
build:
context: .
dockerfile: Dockerfile
privileged: true
environment:
- WHITELIST_ENABLED=true
- WHITELIST_ENABLED=false
volumes:
- ./config:/home/rexuiz/.rexuiz/data
ports: