From 43ca24b5e2f70e4aa68f50f021119d42cc8665c3 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Thu, 3 Oct 2024 19:44:43 +0200 Subject: [PATCH] Take website image from Forgejo --- .../templates/chaosknoten/configs/hackertours/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 b/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 index 88b215b..7566bab 100644 --- a/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 +++ b/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 @@ -38,7 +38,7 @@ services: frontend: web: - image: gitlab-cr.hamburg.ccc.de/ccchh/hackertours/hackertours:latest + image: git.hamburg.ccc.de/ccchh/hackertours/hackertours:latest ports: - "8888:80" restart: unless-stopped