From a93ecd0d9e438363730c1be157f9b1ea5545fa86 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 22 Dec 2023 21:34:15 +0200 Subject: [PATCH] Compose: Small fix. The network is shared and now Compose checks the labels (set by the first project that creates the network). So instead, now the network is created with Ansible and is external. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 25c9038..10b7b5b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,3 +48,4 @@ volumes: networks: default: name: shore + external: true -- GitLab