initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:{{ uptime_kuma_container_version }}
|
||||
container_name: "{{ uptime_kuma_container_name }}"
|
||||
restart: "{{ uptime_kuma_restart_policy }}"
|
||||
volumes:
|
||||
- "{{ uptime_kuma_data_path }}:/app/data"
|
||||
ports:
|
||||
- "{{ uptime_kuma_http_port }}:3001"
|
||||
Reference in New Issue
Block a user