Jellyfin now has $USER environment variable
This commit is contained in:
parent
071a275f70
commit
e3cacb5d1f
3 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue