Change mount-point
This commit is contained in:
parent
489400ad70
commit
b70af02223
@ -27,8 +27,11 @@ ENV PORT=8080
|
|||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
#CMD ["/app/launch-daemons.sh"]
|
#CMD ["/app/launch-daemons.sh"]
|
||||||
|
VOLUME ["/mnt/dolibarr_vol"]
|
||||||
|
|
||||||
ENTRYPOINT ["/app/scripts/launch-daemons.sh"]
|
ENTRYPOINT ["/app/scripts/launch-daemons.sh"]
|
||||||
|
|
||||||
HEALTHCHECK --interval=5m --timeout=30s \
|
HEALTHCHECK --interval=5m --timeout=30s \
|
||||||
CMD /app/scripts/healthchecker.sh || exit 1
|
CMD /app/scripts/healthchecker.sh || exit 1
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user