Fix Docker container not using PUID and PGID environment variables

This commit is contained in:
JonnyWong16
2020-06-20 23:44:48 -07:00
parent d252d4cd2d
commit 9dd8cc9e49
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