Remove comments v3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user