Jellyfin now has $USER environment variable

This commit is contained in:
Tony Bark 2025-09-06 07:18:12 -04:00
parent 071a275f70
commit e3cacb5d1f
3 changed files with 12 additions and 8 deletions

View file

@ -3,8 +3,8 @@ services:
image: chrisbenincasa/tunarr:latest-arm64
container_name: tunarr
ports:
- ${TUNARR_SERVER_PORT:-8000}:8000
- ${TUNARR_SERVER_PORT:-8000}:8000
- ${TUNARR_SERVER_PORT:-8043}:8000
- ${TUNARR_SERVER_PORT:-8043}:8000
environment:
- LOG_LEVEL=${TUNARR_LOG_LEVEL:-INFO}
- TZ=America/New_York