Use external DNS for monitoring
This avoids potential issues with host DNS jitters
This commit is contained in:
parent
b23b5e130e
commit
6116eed775
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ services:
|
|||
- traefik
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.uptime-kuma.rule=Host(`status.theorangeone.net`)
|
||||
|
|
Loading…
Reference in a new issue