gitea: SSH port fix

This commit is contained in:
2026-03-04 14:44:06 +02:00
parent c644788275
commit e4acfcec47

View File

@@ -22,7 +22,7 @@
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "222:22"
- "222:222"
generate_systemd:
new: true
restart_policy: "always"