mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Fix docker healthcheck. (#11747)
This commit is contained in:
@@ -108,7 +108,7 @@ WORKDIR /app
|
||||
|
||||
USER superset
|
||||
|
||||
HEALTHCHECK CMD ["curl", "-f", "http://localhost:8088/health"]
|
||||
HEALTHCHECK CMD ["curl", "-f", "http://localhost:$$SUPERSET_PORT/health"]
|
||||
|
||||
EXPOSE ${SUPERSET_PORT}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user