Commit 3818ddbd authored by nimrod's avatar nimrod
Browse files

Docker volumes must use an absolute path.

parent 4abb91d3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ COPY --chown=root:root crontab ./
COPY --chown=root:root poca.xml ./
COPY --chown=root:root kodi_scan /usr/local/bin/
COPY --chown=root:root entrypoint /usr/local/sbin/docker-entrypoint
VOLUME db Podcasts
VOLUME /poquita/db /poquita/Podcasts
ENTRYPOINT ["docker-entrypoint"]
CMD [ "supercronic", "crontab" ]
HEALTHCHECK CMD pgrep supercronic