Skip to content

Commit 1c09714

Browse files
committed
fix: make sure healthcheck dont use a proxy #394
1 parent bc0ceee commit 1c09714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-asse
4949
USER ${UID}:${GID}
5050

5151
HEALTHCHECK --start-period=10s --start-interval=1s --interval=30s --timeout=5s --retries=3 \
52-
CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1
52+
CMD wget --no-verbose -Y off --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1
5353

5454
EXPOSE ${PORT}
5555

0 commit comments

Comments
 (0)