Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The complete content of `docker-compose-standalone.yml` is as follows:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #The image used
image: apache/iotdb:latest #The image used
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The complete content of `docker-compose-standalone.yml` is as follows:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #The image used
image: timecho/timechodb:2.0.2.1-standalone #The image used
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The complete docker-compose-standalone.yml content is as follows:
version: "3"
services:
iotdb-service:
image: apache/iotdb:1.3.2-standalone #The image used
image: apache/iotdb:latest #The image used
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The complete docker-compose-standalone.yml content is as follows:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #The image used
image: timecho/timechodb:2.0.2.1-standalone #The image used
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The complete content of `docker-compose-standalone.yml` is as follows:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #The image used
image: apache/iotdb:latest #The image used
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The complete content of `docker-compose-standalone.yml` is as follows:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #The image used
image: timecho/timechodb:2.0.2.1-standalone #The image used
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The complete docker-compose-standalone.yml content is as follows:
version: "3"
services:
iotdb-service:
image: apache/iotdb:1.3.2-standalone #The image used
image: apache/iotdb:latest #The image used
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The complete docker-compose-standalone.yml content is as follows:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #The image used
image: timecho/timechodb:2.0.2.1-standalone #The image used
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ docker-iotdb:
version: "3"
services:
iotdb-service:
image: apache/iotdb:1.3.2-standalone #使用的镜像
image: apache/iotdb:latest #使用的镜像
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ docker-iotdb:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像
image: timecho/timechodb:2.0.2.1-standalone #使用的镜像
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ docker-iotdb:
version: "3"
services:
iotdb-service:
image: apache/iotdb:1.3.2-standalone #使用的镜像
image: apache/iotdb:latest #使用的镜像
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ docker-iotdb:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像
image: timecho/timechodb:2.0.2.1-standalone #使用的镜像
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ docker-iotdb:
version: "3"
services:
iotdb-service:
image: apache/iotdb:1.3.2-standalone #使用的镜像
image: apache/iotdb:latest #使用的镜像
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ docker-iotdb:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像
image: timecho/timechodb:2.0.2.1-standalone #使用的镜像
hostname: iotdb
container_name: iotdb
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ docker-iotdb:
version: "3"
services:
iotdb-confignode:
image: apache/iotdb:1.3.2-standalone #使用的镜像
image: apache/iotdb:latest #使用的镜像
hostname: iotdb-1|iotdb-2|iotdb-3 #根据实际情况选择,三选一
container_name: iotdb-confignode
command: ["bash", "-c", "entrypoint.sh confignode"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ docker-iotdb:
version: "3"
services:
iotdb-service:
image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像
image: timecho/timechodb:2.0.2.1-standalone #使用的镜像
hostname: iotdb
container_name: iotdb
restart: always
Expand Down