Skip to content

Commit 86a2780

Browse files
committed
chore: remove BOM from 3-node compose and remove image tag from dev compose
1 parent 2a45f82 commit 86a2780

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

docker/docker-compose-3pd-3store-3server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

docker/docker-compose.dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)