mirror of
https://git.turbo-data.com/nprasad2077/docker-templates.git
synced 2026-09-22 16:15:53 +00:00
10 lines
276 B
YAML
10 lines
276 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:latest
|
|
ports:
|
|
- '3001:3001'
|
|
volumes:
|
|
- /portainer/Files/AppData/Config/uptime-kuma-data:/app/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
restart: always
|
|
container_name: uptime-kuma |