Updated user-config template
This commit is contained in:
parent
0b19f51913
commit
76c0c40670
2 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,8 @@ services:
|
|||
<service-name>:
|
||||
hostname: <service-name>.docker
|
||||
environment:
|
||||
PUID: "${SZ_USER_UID}"
|
||||
PGID: "${SZ_USER_GID}"
|
||||
# RUNTIPI Environment
|
||||
RUNTIPI_APP_PORT: "${APP_PORT}"
|
||||
RUNTIPI_APP_ID: "${APP_ID}"
|
||||
|
@ -12,8 +14,6 @@ services:
|
|||
RUNTIPI_LOCAL_DOMAIN: "${LOCAL_DOMAIN}"
|
||||
RUNTIPI_DOMAIN: "${DOMAIN}"
|
||||
RUNTIPI_ROOT_DOMAIN: "${ROOT_DOMAIN}"
|
||||
PUID: "${SZ_USER_UID}"
|
||||
PGID: "${SZ_USER_GID}"
|
||||
# volumes_from:
|
||||
# - "container:vols-dl"
|
||||
# - "container:vols-personal-media"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue