magneticod. Removing 'host' networking mode from configuration. Hope it'll not ruin the performance. #54

Merged
skobkin merged 1 commits from fix_magneticod_host_mode into master 2022-07-03 02:20:52 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
container_name: magneticod
# Using host mode to be able to simply apply firewall rules to disable connection tracking
# https://github.com/boramalper/magnetico/blob/master/cmd/magneticod/README.md#setup
network_mode: "host"
#network_mode: "host"
ports:
- "${MAGNETICO_PORT}:${MAGNETICO_PORT}/udp"
env_file: .env