Files
Docker-Compose/Seerr/.env.example
2026-03-13 22:19:51 -07:00

8 lines
207 B
Plaintext

# Time Zone where the application is operating
SEERR_TZ="America/Los_Angeles"
# Main interface port for accessing the application
SEERR_PORT="8055"
# Volume for persistent storage
SEERR_VOLUME="seerr_data"