Use external DNS for uptime-kuma
Keep the AGH logs cleaner
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user