Fix Docker container not using PUID and PGID environment variables

This commit is contained in:
JonnyWong16 2020-06-20 23:44:48 -07:00
commit 9dd8cc9e49
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 13 additions and 2 deletions

View file

@ -16,7 +16,7 @@ RUN \
COPY . /app
CMD [ "python", "Tautulli.py", "--datadir", "/config" ]
ENTRYPOINT [ "./start.sh" ]
VOLUME /config
EXPOSE 8181