add dns entries to uptime kuma
This commit is contained in:
parent
201ea8f933
commit
ebbf7b9fde
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@
|
||||||
- "{{ uptime_kuma_port }}:3001"
|
- "{{ uptime_kuma_port }}:3001"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
dns:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 9.9.9.9
|
||||||
|
- 8.8.8.8
|
||||||
|
|
||||||
- name: Deploy uptime kuma container with docker compose
|
- name: Deploy uptime kuma container with docker compose
|
||||||
command: docker compose up -d
|
command: docker compose up -d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue