mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00
Update Dockerfile
This commit is contained in:
parent
fc88dfe72e
commit
3519c7841c
@ -29,7 +29,7 @@ WORKDIR /opt/zoraxy/config/
|
|||||||
ENV VERSION=$VERSION
|
ENV VERSION=$VERSION
|
||||||
ENV ARGS="-noauth=false"
|
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
|
HEALTHCHECK --interval=5s --timeout=5s --retries=2 CMD nc -vz 127.0.0.1 8000 || exit 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user