Skip to content
Snippets Groups Projects
Commit 3818ddbd authored by nimrod's avatar nimrod
Browse files

Docker volumes must use an absolute path.

parent 4abb91d3
No related branches found
No related tags found
No related merge requests found
Pipeline #2977 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment