Change mount-point

This commit is contained in:
eroncero 2025-02-14 18:45:50 +01:00
parent 489400ad70
commit b70af02223

View File

@ -27,8 +27,11 @@ ENV PORT=8080
EXPOSE 8080
#CMD ["/app/launch-daemons.sh"]
VOLUME ["/mnt/dolibarr_vol"]
ENTRYPOINT ["/app/scripts/launch-daemons.sh"]
HEALTHCHECK --interval=5m --timeout=30s \
CMD /app/scripts/healthchecker.sh || exit 1