mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Merge pull request #662 from TimSimpson/gitea-change-port
changes the port used inside gitea container to 22
This commit is contained in:
commit
91725cb524
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
DB_PASSWD: "gitea"
|
||||
RUN_MODE: "prod"
|
||||
SSH_DOMAIN: "{{ ansible_nas_hostname }}"
|
||||
SSH_PORT: "{{ gitea_port_ssh }}"
|
||||
SSH_PORT: "22"
|
||||
ROOT_URL: "http://{{ gitea_hostname }}:{{ gitea_port_http }}/"
|
||||
USER_UID: "1000"
|
||||
USER_GID: "1000"
|
||||
|
|
Loading…
Reference in a new issue