Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveLemon committed Jun 19, 2024
1 parent fc88dfe commit 3519c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /opt/zoraxy/config/
ENV VERSION=$VERSION
ENV ARGS="-noauth=false"

ENTRYPOINT "zoraxy" "-port=:8000" "${ARGS}"
ENTRYPOINT "zoraxy" "-port=:8000" "-docker=true" "${ARGS}"

HEALTHCHECK --interval=5s --timeout=5s --retries=2 CMD nc -vz 127.0.0.1 8000 || exit 1

0 comments on commit 3519c78

Please sign in to comment.