🚚 Rename git container to forgejo

The gitea container must be deleted manually!
This commit is contained in:
Stefan Haun 2023-04-03 13:37:37 +02:00
parent 7e515c40e2
commit 3b31b3427a

View file

@ -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