Commit 9f1135e0 authored by Mo Firouz's avatar Mo Firouz
Browse files

Update Docker health endpoint

parent ce31a670
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,4 +29,4 @@ ENTRYPOINT ["/nakama/nakama"]

# curl fails on non-200 HTTP status code
HEALTHCHECK --interval=5m --timeout=3s \
  CMD curl -f http://localhost:7351/v0/health/ || exit 1
  CMD curl -f http://localhost:7350/ || exit 1