From 9a30b8602d1743f695d68ec0ff167b4a2249d71f Mon Sep 17 00:00:00 2001 From: marvinkrausser Date: Fri, 8 May 2026 12:13:14 +0200 Subject: [PATCH] changed compose network --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 0fb3313..4126375 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,8 +7,8 @@ services: - "8081" restart: unless-stopped networks: - - backend + - cnn_network networks: - backend: - name: portfolio \ No newline at end of file + cnn_network: + external: true \ No newline at end of file