Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace v2-nightly docker image with nightly #162

Merged
merged 1 commit into from
Sep 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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