mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added uptime kuma
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
uptimekuma:
|
||||
image: ${UPTIMEKUMA_IMAGE:-louislam/uptime-kuma}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${VOL_PATH:-./data}/uptimekuma-data:/app/data
|
||||
Reference in New Issue
Block a user