fix: add extra_hosts configuration for Uptime Kuma service in docker-compose template
This commit is contained in:
parent
7c02ca2ab5
commit
6d1aa11feb
@ -11,6 +11,8 @@ services:
|
||||
- TZ=Europe/Amsterdam
|
||||
ports:
|
||||
- "3001:3001"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
networks:
|
||||
- caddy_network
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user