Skip to content

Commit

Permalink
Merge pull request #209 from PassiveLemon/3.0.7
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
tobychui authored Jun 20, 2024
2 parents 547855f + 3519c78 commit 57135a8
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 57135a8

Please sign in to comment.