magneticod. Removing 'host' networking mode from configuration. Hope it'll not ruin the performance.
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
892a697c9c
commit
b08c462524
|
@ -6,7 +6,7 @@ services:
|
||||||
container_name: magneticod
|
container_name: magneticod
|
||||||
# Using host mode to be able to simply apply firewall rules to disable connection tracking
|
# 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
|
# https://github.com/boramalper/magnetico/blob/master/cmd/magneticod/README.md#setup
|
||||||
network_mode: "host"
|
#network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
- "${MAGNETICO_PORT}:${MAGNETICO_PORT}/udp"
|
- "${MAGNETICO_PORT}:${MAGNETICO_PORT}/udp"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
Loading…
Reference in a new issue