9 lines
223 B
Bash
9 lines
223 B
Bash
# Port to expose ntfy on the host
|
|
NTFY_PORT=80
|
|
|
|
# Username used to build the bind mount paths (e.g. /home/<username>/ntfy/...)
|
|
NTFY_USERNAME=ntfy
|
|
|
|
# Timezone for the container (e.g. America/New_York)
|
|
TZ=America/Los_Angeles
|