From 829ceff97454d4b8177a5dfcc79c883649fbfa85 Mon Sep 17 00:00:00 2001 From: "florian.richer" Date: Sat, 23 Nov 2024 22:46:02 +0100 Subject: [PATCH] git: Fix bad network Signed-off-by: florian.richer --- roles/git/templates/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/git/templates/config.yml b/roles/git/templates/config.yml index 60012d5..106e982 100644 --- a/roles/git/templates/config.yml +++ b/roles/git/templates/config.yml @@ -5,4 +5,4 @@ cache: port: 8088 container: - network: "gitea_default" + network: "git_default"