10 lines
147 B
Bash
10 lines
147 B
Bash
|
|
PUID=${PUID}
|
|
PGID=${PGID}
|
|
TZ=${TZ}
|
|
|
|
REDIS_PORT=${REDIS_PORT}
|
|
|
|
# redis does not support docker secrets
|
|
#REDIS_PASSWORD_FILE=${REDIS_PASSWORD_FILE}
|