From 8f791bf15812fa26ddd3797ea25249b45259257d Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 06:34:41 +0200 Subject: [PATCH] networks: central-net: name: central-net external: true --- deploy-this/deploy-dc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index cfbee5a..2586228 100644 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -24,7 +24,7 @@ services: networks: central-net: name: central-net - external: false + external: true # docker compose --profile base --profile base-dv --profile production --file 3.jenkins-with-docker-compose.yml --env-file artik-docker.env up --detach