Files
docker-compose/uptime-kuma/docker-compose.yml
2025-11-18 19:36:53 +05:30

16 lines
374 B
YAML

services:
uptime-kuma:
container_name: uptime-kuma
image: ghcr.io/louislam/uptime-kuma:2.0.2@sha256:4c364ef96aaddac7ec4c85f5e5f31c3394d35f631381ccbbf93f18fd26ac7cba
restart: unless-stopped
volumes:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
ports:
- ${PORT}:3001
networks:
- frontend
networks:
frontend:
external: true