services: gitea: use port 22 ssh
This commit is contained in:
parent
2e9d5d71a0
commit
eeee1a0761
|
@ -90,7 +90,7 @@ services:
|
|||
expose:
|
||||
- 3000
|
||||
ports:
|
||||
- 222:222
|
||||
- "22:22"
|
||||
|
||||
pyload:
|
||||
image: linuxserver/pyload
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue