chore (security): port hardening, commented out non-critical ports

This commit is contained in:
2025-12-14 02:42:46 +01:00
parent 17cae71952
commit 5e4c60bb30
6 changed files with 15 additions and 16 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ services:
container_name: uptime-kuma
volumes:
- ./data:/app/data
ports:
# ports:
# <Host Port>:<Container Port>
- "3001:3001"
# - "3001:3001"
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"