add uptime-kuma
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- 3001:3001
|
||||
environment:
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
- TZ=America/New_York
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user