Skip to content

Commit

Permalink
Set Nebula mirror version to v2.6.0 in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Oct 26, 2021
1 parent bb61057 commit 02eb246
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions nebula-docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
metad0:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
- SYS_PTRACE

metad1:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -87,7 +87,7 @@ services:
- SYS_PTRACE

metad2:
image: vesoft/nebula-metad:nightly
image: vesoft/nebula-metad:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
- SYS_PTRACE

storaged0:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -177,7 +177,7 @@ services:
- SYS_PTRACE

storaged1:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -224,7 +224,7 @@ services:
- SYS_PTRACE

storaged2:
image: vesoft/nebula-storaged:nightly
image: vesoft/nebula-storaged:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -271,7 +271,7 @@ services:
- SYS_PTRACE

graphd:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -317,7 +317,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -363,7 +363,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:nightly
image: vesoft/nebula-graphd:v2.6.0
environment:
USER: root
TZ: "${TZ}"
Expand Down

0 comments on commit 02eb246

Please sign in to comment.