=align to new env var names

This commit is contained in:
Lockszmith (@avital) 2025-01-17 13:25:41 -08:00
parent ebb66667ef
commit 5d24c05f6a
16 changed files with 34 additions and 34 deletions

View file

@ -2,8 +2,8 @@ services:
dozzle:
hostname: dozzle.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}"