services: gitea: use port 22 ssh

This commit is contained in:
Bruno BELANYI 2020-07-08 14:17:33 +02:00
parent 2e9d5d71a0
commit eeee1a0761
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ services:
expose:
- 3000
ports:
- 222:222
- "22:22"
pyload:
image: linuxserver/pyload

View File

@ -5,4 +5,4 @@ RUN_MODE=prod
DOMAIN=gitea.belanyi.fr
ROOT_URL=https://gitea.belanyi.fr
LFS_START_SERVER=true
SSH_PORT=222
SSH_PORT=22