From 95150f581b58dad0308c5b83ff735cd2e9050ef3 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 26 Apr 2025 21:24:20 +0300
Subject: [PATCH] Compose: Manage the runner's network.

Compose creates the network and should manage it. I think that I
mistakenly set it to be external because the tags were incorrect.
---
 docker-compose.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 813abcf..0850873 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -31,4 +31,3 @@ volumes:
 networks:
   default:
     name: *network
-    external: true
-- 
GitLab