Update to new port

This commit is contained in:
PassiveLemon
2023-11-25 12:14:26 -05:00
parent 4848392185
commit dbb10644de
3 changed files with 6 additions and 6 deletions

View File

@ -34,5 +34,5 @@ ENV ARGS="-noauth=false"
ENTRYPOINT ["/opt/zoraxy/entrypoint.sh"]
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 5487 || exit 1