# Maskarr Docker Environment Configuration # Port to expose the service PORT=8888 # Timezone (optional) TZ=Europe/Madrid # Config file path inside container CONFIG_PATH=/app/config/maskarr_config.json # User/Group ID for running the container (optional) # Uncomment to match your host user # PUID=1000 # PGID=1000