Skip to content

Commit

Permalink
Replace v2-nightly image with nightly (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu committed Sep 15, 2021
1 parent 05bf862 commit 4777c95
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions 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:v2-nightly
image: vesoft/nebula-metad:nightly
environment:
USER: root
TZ: "${TZ}"
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- SYS_PTRACE

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

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

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

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

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

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

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

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

0 comments on commit 4777c95

Please sign in to comment.