2025.04.10_11:30
This commit is contained in:
13
Docker/uptimekuma/docker-compose.yaml
Normal file
13
Docker/uptimekuma/docker-compose.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
version: '3.8'
|
||||
services:
|
||||
uptimekuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: uptime-kuma
|
||||
restart: always
|
||||
volumes:
|
||||
- ./kuma-data:/app/data
|
||||
ports:
|
||||
- 3001:3001
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
Reference in New Issue
Block a user