diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 2f1b728..49e4d53 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -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