diff --git a/deploy/docker-compose.1panel.yml b/deploy/docker-compose.1panel.yml index 89a447f2..f61da619 100644 --- a/deploy/docker-compose.1panel.yml +++ b/deploy/docker-compose.1panel.yml @@ -67,6 +67,7 @@ services: - "host.docker.internal:host-gateway" networks: - sub2api-network + - 1panel-network healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 30s @@ -116,3 +117,5 @@ volumes: networks: sub2api-network: driver: bridge + 1panel-network: + external: true