Remove comments v3

This commit is contained in:
2025-07-19 20:34:39 +05:30
parent 948b0575b9
commit 422a0f6211
9 changed files with 96 additions and 212 deletions

View File

@@ -1,15 +1,9 @@
# Uptime Kuma Configuration - Status Monitoring Service
services:
uptime-kuma:
# Basic container configuration
container_name: uptime-kuma
image: docker.io/louislam/uptime-kuma:1.23.16
restart: unless-stopped # Auto-recover from crashes
# Persistent storage configuration
restart: unless-stopped
volumes:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data # Monitoring configuration and data
# Network configuration
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
ports:
- ${PORT}:3001 # Web dashboard port
- ${PORT}:3001