Skip to content

Commit dff75c2

Browse files
committed
fix nebulagraph tag
1 parent 250a7ab commit dff75c2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ docker extension rm weygu/nebulagraph-dd-ext:dev
7979

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

82-
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.
82+
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.
8383

docker-compose.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
- "com.vesoft.scope=core"
55
- "com.vesoft.role=meta"
66
container_name: nebulagraph_metad0
7-
image: vesoft/nebula-metad:v3.8
7+
image: vesoft/nebula-metad:v3.8.0
88
environment:
99
USER: root
1010
command:
@@ -39,7 +39,7 @@ services:
3939
- "com.vesoft.scope=core"
4040
- "com.vesoft.role=meta"
4141
container_name: nebulagraph_metad1
42-
image: vesoft/nebula-metad:v3.8
42+
image: vesoft/nebula-metad:v3.8.0
4343
environment:
4444
USER: root
4545
command:
@@ -74,7 +74,7 @@ services:
7474
- "com.vesoft.scope=core"
7575
- "com.vesoft.role=meta"
7676
container_name: nebulagraph_metad2
77-
image: vesoft/nebula-metad:v3.8
77+
image: vesoft/nebula-metad:v3.8.0
7878
environment:
7979
USER: root
8080
command:
@@ -109,7 +109,7 @@ services:
109109
- "com.vesoft.scope=core"
110110
- "com.vesoft.role=storage"
111111
container_name: nebulagraph_storaged0
112-
image: vesoft/nebula-storaged:v3.8
112+
image: vesoft/nebula-storaged:v3.8.0
113113
environment:
114114
USER: root
115115
command:
@@ -148,7 +148,7 @@ services:
148148
- "com.vesoft.scope=core"
149149
- "com.vesoft.role=storage"
150150
container_name: nebulagraph_storaged1
151-
image: vesoft/nebula-storaged:v3.8
151+
image: vesoft/nebula-storaged:v3.8.0
152152
environment:
153153
USER: root
154154
command:
@@ -187,7 +187,7 @@ services:
187187
- "com.vesoft.scope=core"
188188
- "com.vesoft.role=storage"
189189
container_name: nebulagraph_storaged2
190-
image: vesoft/nebula-storaged:v3.8
190+
image: vesoft/nebula-storaged:v3.8.0
191191
environment:
192192
USER: root
193193
command:
@@ -226,7 +226,7 @@ services:
226226
- "com.vesoft.scope=core"
227227
- "com.vesoft.role=graph"
228228
container_name: nebulagraph_graphd
229-
image: vesoft/nebula-graphd:v3.8
229+
image: vesoft/nebula-graphd:v3.8.0
230230
environment:
231231
USER: root
232232
command:
@@ -263,7 +263,7 @@ services:
263263
- "com.vesoft.scope=core"
264264
- "com.vesoft.role=graph"
265265
container_name: nebulagraph_graphd1
266-
image: vesoft/nebula-graphd:v3.8
266+
image: vesoft/nebula-graphd:v3.8.0
267267
environment:
268268
USER: root
269269
command:
@@ -300,7 +300,7 @@ services:
300300
- "com.vesoft.scope=core"
301301
- "com.vesoft.role=graph"
302302
container_name: nebulagraph_graphd2
303-
image: vesoft/nebula-graphd:v3.8
303+
image: vesoft/nebula-graphd:v3.8.0
304304
environment:
305305
USER: root
306306
command:

ui/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function App() {
9595
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
9696
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
9797
<span style={{marginRight: 10}}></span>
98-
NebulaGraph for Docker Desktop Extension 0.4.20, NebulaGraph: v3.8, NebulaGraph Studio: v3.10.0
98+
NebulaGraph for Docker Desktop Extension 0.4.21, NebulaGraph: v3.8.0, NebulaGraph Studio: v3.10.0
9999
</Typography>
100100
</Box>
101101

0 commit comments

Comments
 (0)