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
|
- TZ=Europe/Amsterdam
|
||||||
ports:
|
ports:
|
||||||
- "3001:3001"
|
- "3001:3001"
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
networks:
|
networks:
|
||||||
- caddy_network
|
- caddy_network
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user