From b08c462524711b1b2db5fb8fcd7266c15c8153c6 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 3 Jul 2022 05:17:43 +0300 Subject: [PATCH] magneticod. Removing 'host' networking mode from configuration. Hope it'll not ruin the performance. --- magneticod/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magneticod/docker-compose.yml b/magneticod/docker-compose.yml index c2a1e0b..e29b1b9 100644 --- a/magneticod/docker-compose.yml +++ b/magneticod/docker-compose.yml @@ -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