fix: forgejo ROOT_URL en https et landing page profil
This commit is contained in:
parent
8dc0d2a3f5
commit
c26be57863
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ services:
|
|||
- FORGEJO__server__SSH_DOMAIN=${FORGEJO_DOMAIN:-forgejo.local}
|
||||
- FORGEJO__server__SSH_PORT=2222
|
||||
- FORGEJO__server__ROOT_URL=https://${FORGEJO_DOMAIN:-forgejo.local}/
|
||||
- FORGEJO__server__LANDING_PAGE=/Elewyn
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "2222:22"
|
||||
|
|
|
|||
Loading…
Reference in a new issue