fix: disable built-in ssh server to prevent port 22 conflict
This commit is contained in:
parent
0e0125c4e0
commit
1d6362df58
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@
|
||||||
FORGEJO__server__ROOT_URL: "https://git.simoncor.net"
|
FORGEJO__server__ROOT_URL: "https://git.simoncor.net"
|
||||||
FORGEJO__server__HTTP_PORT: "3000"
|
FORGEJO__server__HTTP_PORT: "3000"
|
||||||
FORGEJO__server__DISABLE_SSH: "true"
|
FORGEJO__server__DISABLE_SSH: "true"
|
||||||
|
FORGEJO__server__START_SSH_SERVER: "false"
|
||||||
|
|
||||||
# database
|
# database
|
||||||
FORGEJO__database__DB_TYPE: "sqlite3"
|
FORGEJO__database__DB_TYPE: "sqlite3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue