mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Fix Docker container not using PUID and PGID environment variables
This commit is contained in:
parent
d252d4cd2d
commit
9dd8cc9e49
3 changed files with 13 additions and 2 deletions
|
@ -16,7 +16,7 @@ RUN \
|
|||
|
||||
COPY . /app
|
||||
|
||||
CMD [ "python", "Tautulli.py", "--datadir", "/config" ]
|
||||
ENTRYPOINT [ "./start.sh" ]
|
||||
|
||||
VOLUME /config
|
||||
EXPOSE 8181
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue