Change SSH port for gitea container.

This commit is contained in:
yohan 2024-11-03 21:15:12 +01:00
parent fbd8530fce
commit c2a1a93329

View File

@ -91,6 +91,8 @@
GITEA__database__NAME: "gitea"
GITEA__database__USER: "gitea"
GITEA__database__PASSWD: "{{ gitea_db_password }}"
GITEA__server__SSH_LISTEN_PORT: "2222"
SSH_LISTEN_PORT: "2222"
generate_systemd:
path: /etc/systemd/system
become: true