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.
1 parent 31e72ce commit 283dfc5Copy full SHA for 283dfc5
Dockerfile
@@ -72,7 +72,6 @@ RUN \
72
# Define the entry point
73
ENTRYPOINT ["/opt/orchestrator/bin/orchestrator-entrypoint.sh"]
74
75
-EXPOSE 8084
76
EXPOSE ${PORT:-8084} ${STATS_PORT:-8184}
77
78
HEALTHCHECK --interval=60s --timeout=5s --start-period=10s \
0 commit comments