fix: healthcheck with macvlan #329

This commit is contained in:
rustmailer
2026-07-28 14:11:46 +08:00
parent 664ac2fe55
commit de2a2b5d47
+1 -1
View File
@@ -38,6 +38,6 @@ EXPOSE 15630
WORKDIR /data
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"]