Remove plex_logs volume from Dockerfile
This commit is contained in:
@@ -18,6 +18,6 @@ COPY . /app
|
|||||||
|
|
||||||
CMD [ "python", "Tautulli.py", "--datadir", "/config" ]
|
CMD [ "python", "Tautulli.py", "--datadir", "/config" ]
|
||||||
|
|
||||||
VOLUME /config /plex_logs
|
VOLUME /config
|
||||||
EXPOSE 8181
|
EXPOSE 8181
|
||||||
HEALTHCHECK --start-period=90s CMD curl -ILfSs http://localhost:8181/status > /dev/null || curl -ILfkSs https://localhost:8181/status > /dev/null || exit 1
|
HEALTHCHECK --start-period=90s CMD curl -ILfSs http://localhost:8181/status > /dev/null || curl -ILfkSs https://localhost:8181/status > /dev/null || exit 1
|
||||||
|
Reference in New Issue
Block a user