From a169eb92d97be80a92dcea9f121713327a730f1c Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Sat, 2 Nov 2024 14:27:49 +0100 Subject: [PATCH 1/2] Added extra_host example for NAS Took 11 minutes --- docker/docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 0fda58b..1b4bf60 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. +# extra_hosts: +# - "host.docker.internal:host-gateway" \ No newline at end of file From 7884f7f4f576c6f17360b61129dd97f60c4de70e Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Sat, 2 Nov 2024 14:34:56 +0100 Subject: [PATCH 2/2] :art: Took 3 minutes --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 1b4bf60..ce09850 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -24,6 +24,6 @@ services: # - 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. +# # 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