Skip to content

Commit 49ccf5f

Browse files
authored
Update Docker Compose configuration for services
1 parent 028c82e commit 49ccf5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infra/proxy/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- ./config/portainer:/data
1010
restart: unless-stopped
1111
networks:
12-
- internal
12+
- proxy
1313
healthcheck:
1414
test: ["CMD-SHELL", "wget -qO- http://localhost:9000/api/status >/dev/null 2>&1 || exit 1"]
1515
interval: 30s
@@ -56,3 +56,4 @@ networks:
5656

5757

5858

59+

0 commit comments

Comments
 (0)