Skip to content

Commit 91725cb

Browse files
authored
Merge pull request davestephens#662 from TimSimpson/gitea-change-port
changes the port used inside gitea container to 22
2 parents f0965e6 + eae3cf5 commit 91725cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/gitea/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
DB_PASSWD: "gitea"
5454
RUN_MODE: "prod"
5555
SSH_DOMAIN: "{{ ansible_nas_hostname }}"
56-
SSH_PORT: "{{ gitea_port_ssh }}"
56+
SSH_PORT: "22"
5757
ROOT_URL: "http://{{ gitea_hostname }}:{{ gitea_port_http }}/"
5858
USER_UID: "1000"
5959
USER_GID: "1000"

0 commit comments

Comments
 (0)