=Improved template
This commit is contained in:
parent
fc36238040
commit
51d3aec3b6
2 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,8 @@ services:
|
|||
<service-name>:
|
||||
hostname: <service-name>.docker
|
||||
environment:
|
||||
PUID: "${SZ_USER_UID}"
|
||||
PGID: "${SZ_USER_GID}"
|
||||
PUID: "${HOST_UID}"
|
||||
PGID: "${HOST_GID}"
|
||||
# RUNTIPI Environment
|
||||
RUNTIPI_APP_PORT: "${APP_PORT}"
|
||||
RUNTIPI_APP_ID: "${APP_ID}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue