Skip to content

Commit 9e2af34

Browse files
authored
fix(tautulli): upstream env support (home-operations#665)
1 parent 4155260 commit 9e2af34

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apps/tautulli/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ ENV \
1515
UV_SYSTEM_PYTHON=true \
1616
UV_EXTRA_INDEX_URL="https://wheel-index.linuxserver.io/alpine-3.22/"
1717

18-
ENV TAUTULLI_DOCKER="True" \
19-
TAUTULLI__PORT=8181
18+
ENV TAUTULLI_DOCKER="True"
2019

2120
USER root
2221
WORKDIR /app

apps/tautulli/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ exec \
44
/usr/local/bin/python \
55
/app/Tautulli.py \
66
--nolaunch \
7-
--port ${TAUTULLI__PORT} \
87
--config /config/config.ini \
98
--datadir /config \
109
"$@"

0 commit comments

Comments
 (0)