From 3f119af40b2e8391b0f13017cba5e1c64084aa6a Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 25 Feb 2024 08:37:50 +0100 Subject: [PATCH] Define proxy network for startup. --- rist-startup/docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rist-startup/docker-compose.yaml b/rist-startup/docker-compose.yaml index c56a32a..7e8e1dc 100644 --- a/rist-startup/docker-compose.yaml +++ b/rist-startup/docker-compose.yaml @@ -40,6 +40,8 @@ services: networks: startup: + proxy: + external: true volumes: startup-db: \ No newline at end of file