From a169eb92d97be80a92dcea9f121713327a730f1c Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Sat, 2 Nov 2024 14:27:49 +0100 Subject: [PATCH] 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