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
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:3000
|
- 127.0.0.1:8080:3000
|
||||||
|
- 0.0.0.0:22:22
|
||||||
|
|
||||||
runner-register:
|
runner-register:
|
||||||
image: code.forgejo.org/forgejo/runner:3.3.0
|
image: code.forgejo.org/forgejo/runner:3.3.0
|
||||||
|
|
|
@ -71,7 +71,6 @@ DOMAIN = 0.0.0.0
|
||||||
HTTP_PORT = 3000
|
HTTP_PORT = 3000
|
||||||
; CHANGE_ME (Your full instance URL)
|
; CHANGE_ME (Your full instance URL)
|
||||||
ROOT_URL = https://example.com
|
ROOT_URL = https://example.com
|
||||||
DISABLE_SSH = true
|
|
||||||
OFFLINE_MODE = false
|
OFFLINE_MODE = false
|
||||||
; CHANGE_ME (Your username)
|
; CHANGE_ME (Your username)
|
||||||
LANDING_PAGE = /awiteb
|
LANDING_PAGE = /awiteb
|
||||||
|
|
Loading…
Reference in a new issue