From 42a08a95d4a3eb9e9a7ddccae3c5b1565712d834 Mon Sep 17 00:00:00 2001 From: Florian Kinder <florian.kinder@fankserver.com> Date: Fri, 8 Nov 2024 00:13:38 +0100 Subject: [PATCH] Added extra_host example for NAS (#542) * Added extra_host example for NAS Took 11 minutes * :art: Took 3 minutes --- docker/docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 51bb635..d428e2d 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -22,3 +22,8 @@ services: # - PORT=34198 # - PRESET=deathworld # - ADDR=::1 + +# # Uncomment the following line to enable the use of the host's network stack, +# # which may be necessary for some setups like NAS or when using some proxy service like firewall rules. +# extra_hosts: +# - "host.docker.internal:host-gateway" \ No newline at end of file