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: expose:
- 3000 - 3000
ports: ports:
- 222:222 - "22:22"
pyload: pyload:
image: linuxserver/pyload image: linuxserver/pyload

View file

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