Revert port update

This commit is contained in:
PassiveLemon
2023-11-27 20:18:24 -05:00
parent 1f758e953d
commit 70ace02e80
3 changed files with 5 additions and 5 deletions

View File

@ -36,5 +36,5 @@ ENV ARGS="-noauth=false"
ENTRYPOINT ["/opt/zoraxy/entrypoint.sh"]
HEALTHCHECK --interval=5s --timeout=5s --retries=2 CMD nc -vz 127.0.0.1 5487 || exit 1
HEALTHCHECK --interval=5s --timeout=5s --retries=2 CMD nc -vz 127.0.0.1 8000 || exit 1