From 3b31b3427a2d9668b0c8a68cf354a05ff9a58923 Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Mon, 3 Apr 2023 13:37:37 +0200
Subject: [PATCH] :truck: Rename git container to forgejo

The gitea container must be deleted manually!
---
 host-pottwal.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index 1829b8e..a9771e2 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -47,10 +47,10 @@
       when: not forgejo_dir.stat.exists
 
     # If port 2222 is changed here, it must also be adapted
-    # in the gitea config file (see application volume)!!
+    # in the forgejo config file (see application volume)!!
     - name: Setup the docker container for gitea
       docker_container:
-        name: gitea
+        name: forgejo
         image: "codeberg.org/forgejo/forgejo:1.19"
         pull: true
         state: started