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