diff --git a/Dockerfile b/Dockerfile index 2812c35..a9368e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="NebulaGraph" \ com.docker.extension.detailed-description="NebulaGraph is a popular Open-Source, distributed Cloud Native Graph Database for trillion edges graph data volume." \ com.docker.extension.publisher-url="https://github.com/vesoft-inc/nebula" \ com.docker.extension.additional-urls='[{"title":"WebSite","url":"https://www.nebula-graph.io/"}, {"title":"GitHub","url":"https://github.com/vesoft-inc/nebula"}, {"title":"Slack","url":"http://community-chat.nebula-graph.io/"}, {"title":"Docker Extension Feedback","url":"https://github.com/nebula-contrib/nebulagraph-docker-ext/issues/new/choose"}]' \ - com.docker.extension.changelog="Web Console with arm64 support!" \ + com.docker.extension.changelog="Fixed gephi container unhealthy" \ com.docker.desktop.extension.icon="https://user-images.githubusercontent.com/1651790/213339618-107d0e59-1b8b-4c89-bbae-5529aa4e2666.svg" \ com.docker.extension.categories="database" diff --git a/docker-compose.yaml b/docker-compose.yaml index 9f665ca..3af8322 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -358,12 +358,12 @@ services: USER: root ports: - 17005:8501 - healthcheck: - test: ["CMD", "curl", "-I", "localhost:8501"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 20s + # healthcheck: + # test: ["CMD", "curl", "-I", "localhost:8501"] + # interval: 30s + # timeout: 10s + # retries: 3 + # start_period: 20s networks: - nebula-net pull_policy: always diff --git a/ui/src/App.tsx b/ui/src/App.tsx index b056a35..86622e9 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -87,7 +87,7 @@ export function App() { theme.palette.text.primary} sx={{ my: 2, mr: 6 }}> - NebulaGraph for Docker Desktop Extension 0.4.16, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0 + NebulaGraph for Docker Desktop Extension 0.4.17, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0