mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 05:40:11 -08:00
added uptime-kuma docker-compose.yml
This commit is contained in:
13
uptime-kuma/docker-compose.yml
Normal file
13
uptime-kuma/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3"
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- uptime-kuma:/app/data
|
||||
ports:
|
||||
- 6001:3001
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
uptime-kuma:
|
||||
Reference in New Issue
Block a user