Files
Docker-Compose/Ntfy/.env.example
T
2026-04-28 22:02:08 -07:00

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