Added extra_host example for NAS

Took 11 minutes
This commit is contained in:
Florian Kinder 2024-11-02 14:27:49 +01:00
parent 8c9dfd004e
commit a169eb92d9

View File

@ -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"