Add a note about gitea port 2222

This commit is contained in:
Stefan Haun 2022-01-11 23:09:36 +01:00
parent 3aced1fe46
commit 4af65ede5a

View file

@ -37,6 +37,8 @@
msg: "Gitea data dir is missing, please restore from the backup!" msg: "Gitea data dir is missing, please restore from the backup!"
when: not gitea_dir.stat.exists when: not gitea_dir.stat.exists
# If port 2222 is changed here, it must also be adapted
# in the gitea 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: gitea