Skip to content

Commit

Permalink
Replace v2-nightly docker image with nightly (#162)
Browse files Browse the repository at this point in the history
as title.
  • Loading branch information
yixinglu committed Sep 15, 2021
1 parent dfbc49a commit ed70ecb
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:v2-nightly
image: vesoft/nebula-metad:nightly
environment:
USER: root
TZ: UTC
Expand All @@ -28,7 +28,7 @@ services:
- SYS_PTRACE

storaged:
image: vesoft/nebula-storaged:v2-nightly
image: vesoft/nebula-storaged:nightly
environment:
USER: root
TZ: UTC
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
- SYS_PTRACE

graphd1:
image: vesoft/nebula-graphd:v2-nightly
image: vesoft/nebula-graphd:nightly
environment:
USER: root
TZ: UTC
Expand Down Expand Up @@ -89,7 +89,7 @@ services:
- SYS_PTRACE

graphd2:
image: vesoft/nebula-graphd:v2-nightly
image: vesoft/nebula-graphd:nightly
environment:
USER: root
TZ: UTC
Expand Down

0 comments on commit ed70ecb

Please sign in to comment.