Add docker_compose_uptime_kuma.yml
This commit is contained in:
parent
ddc1dbca2a
commit
ac253d3c41
1 changed files with 9 additions and 0 deletions
9
docker_compose_uptime_kuma.yml
Normal file
9
docker_compose_uptime_kuma.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
uptime-kuma:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '3001:3001'
|
||||
volumes:
|
||||
- ./uptime-kuma/data:/app/data
|
||||
container_name: uptime-kuma
|
||||
image: louislam/uptime-kuma
|
Loading…
Reference in a new issue