fix(docker): activate own ssh server
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-23 16:48:06 +01:00
parent 661a8ed613
commit 9e7d009871

View File

@@ -26,13 +26,15 @@ services:
- USER_UID=1000
- USER_GID=1000
- SSH_PORT=222
- SSH_LISTEN_PORT=22
- SSH_LISTEN_PORT=2222
- START_SSH_SERVER=true
- GITEA_APP_INI=/data/gitea/conf/app.ini
- GITEA__webhook__ALLOWED_HOST_LIST=loopback,jenkins
networks:
- gitea
- reverse-proxy
ports:
- "222:22"
- "222:2222"
volumes:
db: