add uptime kuma docker setup
This commit is contained in:
10
uptime-kuma.yaml
Normal file
10
uptime-kuma.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '1.0'
|
||||
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3001"
|
||||
volumes:
|
||||
- /hdd/uptime-kuma:/app/data
|
||||
Reference in New Issue
Block a user