Merge pull request #662 from TimSimpson/gitea-change-port

changes the port used inside gitea container to 22
This commit is contained in:
David Stephens 2023-07-26 22:12:31 +01:00 committed by GitHub
commit 91725cb524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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