Skip to content

Commit

Permalink
fix nebulagraph tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed May 23, 2024
1 parent 250a7ab commit dff75c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ docker extension rm weygu/nebulagraph-dd-ext:dev

Read the [blog post](https://www.docker.com/blog/distributed-cloud-native-graph-database-nebulagraph-docker-extension/) about this extension.

Follow the steps in the [NebulaGraph Quick Start Workflow](https://docs.nebula-graph.io/3.6.0/2.quick-start/1.quick-start-workflow/) to get started with NebulaGraph Docker Desktop extension.
Follow the steps in the [NebulaGraph Quick Start Workflow](https://docs.nebula-graph.io/3.8.0/2.quick-start/1.quick-start-workflow/) to get started with NebulaGraph Docker Desktop extension.

18 changes: 9 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=meta"
container_name: nebulagraph_metad0
image: vesoft/nebula-metad:v3.8
image: vesoft/nebula-metad:v3.8.0
environment:
USER: root
command:
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=meta"
container_name: nebulagraph_metad1
image: vesoft/nebula-metad:v3.8
image: vesoft/nebula-metad:v3.8.0
environment:
USER: root
command:
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=meta"
container_name: nebulagraph_metad2
image: vesoft/nebula-metad:v3.8
image: vesoft/nebula-metad:v3.8.0
environment:
USER: root
command:
Expand Down Expand Up @@ -109,7 +109,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=storage"
container_name: nebulagraph_storaged0
image: vesoft/nebula-storaged:v3.8
image: vesoft/nebula-storaged:v3.8.0
environment:
USER: root
command:
Expand Down Expand Up @@ -148,7 +148,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=storage"
container_name: nebulagraph_storaged1
image: vesoft/nebula-storaged:v3.8
image: vesoft/nebula-storaged:v3.8.0
environment:
USER: root
command:
Expand Down Expand Up @@ -187,7 +187,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=storage"
container_name: nebulagraph_storaged2
image: vesoft/nebula-storaged:v3.8
image: vesoft/nebula-storaged:v3.8.0
environment:
USER: root
command:
Expand Down Expand Up @@ -226,7 +226,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=graph"
container_name: nebulagraph_graphd
image: vesoft/nebula-graphd:v3.8
image: vesoft/nebula-graphd:v3.8.0
environment:
USER: root
command:
Expand Down Expand Up @@ -263,7 +263,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=graph"
container_name: nebulagraph_graphd1
image: vesoft/nebula-graphd:v3.8
image: vesoft/nebula-graphd:v3.8.0
environment:
USER: root
command:
Expand Down Expand Up @@ -300,7 +300,7 @@ services:
- "com.vesoft.scope=core"
- "com.vesoft.role=graph"
container_name: nebulagraph_graphd2
image: vesoft/nebula-graphd:v3.8
image: vesoft/nebula-graphd:v3.8.0
environment:
USER: root
command:
Expand Down
2 changes: 1 addition & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function App() {
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
<span style={{marginRight: 10}}></span>
NebulaGraph for Docker Desktop Extension 0.4.20, NebulaGraph: v3.8, NebulaGraph Studio: v3.10.0
NebulaGraph for Docker Desktop Extension 0.4.21, NebulaGraph: v3.8.0, NebulaGraph Studio: v3.10.0
</Typography>
</Box>

Expand Down

0 comments on commit dff75c2

Please sign in to comment.