Skip to content

Commit

Permalink
release: v3.4.0 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang authored Feb 6, 2023
1 parent 4cd85fb commit ab79f57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v3.4.0
environment:
USER: root
TZ: UTC
Expand All @@ -28,7 +28,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.4.0
environment:
USER: root
TZ: UTC
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v3.4.0
environment:
USER: root
TZ: UTC
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
nebula-net:

storaged:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v3.4.0
environment:
USER: root
TZ: UTC
Expand Down

0 comments on commit ab79f57

Please sign in to comment.