Add a note about gitea port 2222
This commit is contained in:
parent
3aced1fe46
commit
4af65ede5a
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
msg: "Gitea data dir is missing, please restore from the backup!"
|
||||
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
|
||||
docker_container:
|
||||
name: gitea
|
||||
|
|
Loading…
Reference in a new issue