🚚 Rename git container to forgejo
The gitea container must be deleted manually!
This commit is contained in:
parent
7e515c40e2
commit
3b31b3427a
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@
|
||||||
when: not forgejo_dir.stat.exists
|
when: not forgejo_dir.stat.exists
|
||||||
|
|
||||||
# If port 2222 is changed here, it must also be adapted
|
# 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
|
- name: Setup the docker container for gitea
|
||||||
docker_container:
|
docker_container:
|
||||||
name: gitea
|
name: forgejo
|
||||||
image: "codeberg.org/forgejo/forgejo:1.19"
|
image: "codeberg.org/forgejo/forgejo:1.19"
|
||||||
pull: true
|
pull: true
|
||||||
state: started
|
state: started
|
||||||
|
|
Loading…
Reference in a new issue