first commit
This commit is contained in:
9
uotimekuma/docker-compose.yml
Normal file
9
uotimekuma/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
restart: always
|
||||
ports:
|
||||
- "7200:3001"
|
||||
volumes:
|
||||
- /data/uptime-kuma/data:/app/data
|
||||
Reference in New Issue
Block a user