Change SSH port for gitea container.
This commit is contained in:
parent
fbd8530fce
commit
c2a1a93329
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user