File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #
1+ #
22# Licensed to the Apache Software Foundation (ASF) under one or more
33# contributor license agreements. See the NOTICE file distributed with
44# this work for additional information regarding copyright ownership.
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ services:
3030 build :
3131 context : ..
3232 dockerfile : hugegraph-pd/Dockerfile
33- image : hugegraph/pd:${HUGEGRAPH_VERSION:-latest}
3433 container_name : hg-pd
3534 hostname : pd
3635 restart : unless-stopped
@@ -58,7 +57,6 @@ services:
5857 build :
5958 context : ..
6059 dockerfile : hugegraph-store/Dockerfile
61- image : hugegraph/store:${HUGEGRAPH_VERSION:-latest}
6260 container_name : hg-store
6361 hostname : store
6462 restart : unless-stopped
@@ -88,7 +86,6 @@ services:
8886 build :
8987 context : ..
9088 dockerfile : hugegraph-server/Dockerfile-hstore
91- image : hugegraph/server:${HUGEGRAPH_VERSION:-latest}
9289 container_name : hg-server
9390 hostname : server
9491 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments