mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
fix: healthcheck with macvlan #329
This commit is contained in:
+1
-1
@@ -38,6 +38,6 @@ EXPOSE 15630
|
|||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
|
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
|
||||||
CMD curl -fs http://localhost:15630/api/status || exit 1
|
CMD curl -fs http://localhost:${BICHON_HTTP_PORT:-15630}/api/status || exit 1
|
||||||
|
|
||||||
CMD ["/opt/bichon/bichon-server"]
|
CMD ["/opt/bichon/bichon-server"]
|
||||||
|
|||||||
Reference in New Issue
Block a user