We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54a17c5 + 283dfc5 commit 802bb25Copy full SHA for 802bb25
Dockerfile
@@ -72,7 +72,7 @@ RUN \
72
# Define the entry point
73
ENTRYPOINT ["/opt/orchestrator/bin/orchestrator-entrypoint.sh"]
74
75
-EXPOSE 8084
+EXPOSE ${PORT:-8084} ${STATS_PORT:-8184}
76
77
HEALTHCHECK --interval=60s --timeout=5s --start-period=10s \
78
- CMD curl --fail -X GET http://localhost:8084/v1.0/version || exit 1
+ CMD curl --fail -X GET http://localhost:${PORT}/v1.0/version || exit 1
0 commit comments