Use external DNS for uptime-kuma
Keep the AGH logs cleaner
This commit is contained in:
parent
2a799d6b03
commit
c93c7b5c16
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ services:
|
||||||
- TZ={{ timezone }}
|
- TZ={{ timezone }}
|
||||||
- PUID={{ docker_user.id }}
|
- PUID={{ docker_user.id }}
|
||||||
- PGID={{ docker_user.id }}
|
- PGID={{ docker_user.id }}
|
||||||
|
dns:
|
||||||
|
- 9.9.9.9
|
||||||
|
- 149.112.112.112
|
||||||
ports:
|
ports:
|
||||||
- "{{ pve_hosts.forrest.ip }}:3001:3001"
|
- "{{ pve_hosts.forrest.ip }}:3001:3001"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue