Remove network for uptimekuma

This commit is contained in:
2025-07-14 21:57:28 +05:30
parent add41c8ee4
commit 3e219530e8

View File

@@ -13,10 +13,3 @@ services:
# Network configuration
ports:
- ${PORT}:3001 # Web dashboard port
networks:
- frontend # Connects to frontend network
# External network definition
networks:
frontend:
external: true # Uses existing Docker network