Merge pull request #209 from PassiveLemon/3.0.7

Update Dockerfile
This commit is contained in:
Toby Chui 2024-06-20 09:39:39 +08:00 committed by GitHub
commit 57135a867e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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