=align to new env var names
This commit is contained in:
parent
51d3aec3b6
commit
6a9d08f2bc
16 changed files with 34 additions and 34 deletions
|
@ -1,8 +1,8 @@
|
|||
services:
|
||||
forgejo:
|
||||
environment:
|
||||
USER_UID: "${SZ_USER_UID}"
|
||||
USER_GID: "${SZ_USER_GID}"
|
||||
USER_UID: "${HOST_UID}"
|
||||
USER_GID: "${HOST_GID}"
|
||||
|
||||
FORGEJO__server__DOMAIN: "code.${ALT_ROOT_DOMAIN}"
|
||||
FORGEJO__server__ROOT_URL: "https://code.${ALT_ROOT_DOMAIN}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue