feat: Enable ssh
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
4f0773f9ec
commit
364484d8fd
2 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,7 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 127.0.0.1:8080:3000
|
||||
- 0.0.0.0:22:22
|
||||
|
||||
runner-register:
|
||||
image: code.forgejo.org/forgejo/runner:3.3.0
|
||||
|
|
|
@ -71,7 +71,6 @@ DOMAIN = 0.0.0.0
|
|||
HTTP_PORT = 3000
|
||||
; CHANGE_ME (Your full instance URL)
|
||||
ROOT_URL = https://example.com
|
||||
DISABLE_SSH = true
|
||||
OFFLINE_MODE = false
|
||||
; CHANGE_ME (Your username)
|
||||
LANDING_PAGE = /awiteb
|
||||
|
|
Loading…
Reference in a new issue