Skip to content

Commit 7b306ea

Browse files
committed
Modify timecho/apache source image configuration files
1 parent 1fc083d commit 7b306ea

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The complete content of `docker-compose-standalone.yml` is as follows:
9898
version: "3"
9999
services:
100100
iotdb-service:
101-
image: iotdb-enterprise:1.3.2.3-standalone #The image used
101+
image: apache/iotdb:latest #The image used
102102
hostname: iotdb
103103
container_name: iotdb
104104
restart: always

src/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The complete content of `docker-compose-standalone.yml` is as follows:
109109
version: "3"
110110
services:
111111
iotdb-service:
112-
image: iotdb-enterprise:1.3.2.3-standalone #The image used
112+
image: timecho/timechodb:2.0.2.1-standalone #The image used
113113
hostname: iotdb
114114
container_name: iotdb
115115
restart: always

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The complete docker-compose-standalone.yml content is as follows:
9999
version: "3"
100100
services:
101101
iotdb-service:
102-
image: apache/iotdb:1.3.2-standalone #The image used
102+
image: apache/iotdb:latest #The image used
103103
hostname: iotdb
104104
container_name: iotdb
105105
restart: always

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Docker-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The complete docker-compose-standalone.yml content is as follows:
113113
version: "3"
114114
services:
115115
iotdb-service:
116-
image: iotdb-enterprise:1.3.2.3-standalone #The image used
116+
image: timecho/timechodb:2.0.2.1-standalone #The image used
117117
hostname: iotdb
118118
container_name: iotdb
119119
restart: always

src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The complete content of `docker-compose-standalone.yml` is as follows:
9898
version: "3"
9999
services:
100100
iotdb-service:
101-
image: iotdb-enterprise:1.3.2.3-standalone #The image used
101+
image: apache/iotdb:latest #The image used
102102
hostname: iotdb
103103
container_name: iotdb
104104
restart: always

src/UserGuide/latest-Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The complete content of `docker-compose-standalone.yml` is as follows:
109109
version: "3"
110110
services:
111111
iotdb-service:
112-
image: iotdb-enterprise:1.3.2.3-standalone #The image used
112+
image: timecho/timechodb:2.0.2.1-standalone #The image used
113113
hostname: iotdb
114114
container_name: iotdb
115115
restart: always

src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The complete docker-compose-standalone.yml content is as follows:
9999
version: "3"
100100
services:
101101
iotdb-service:
102-
image: apache/iotdb:1.3.2-standalone #The image used
102+
image: apache/iotdb:latest #The image used
103103
hostname: iotdb
104104
container_name: iotdb
105105
restart: always

src/UserGuide/latest/Deployment-and-Maintenance/Docker-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The complete docker-compose-standalone.yml content is as follows:
113113
version: "3"
114114
services:
115115
iotdb-service:
116-
image: iotdb-enterprise:1.3.2.3-standalone #The image used
116+
image: timecho/timechodb:2.0.2.1-standalone #The image used
117117
hostname: iotdb
118118
container_name: iotdb
119119
restart: always

src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ docker-iotdb:
9999
version: "3"
100100
services:
101101
iotdb-service:
102-
image: apache/iotdb:1.3.2-standalone #使用的镜像
102+
image: apache/iotdb:latest #使用的镜像
103103
hostname: iotdb
104104
container_name: iotdb
105105
restart: always

src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Docker-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ docker-iotdb:
113113
version: "3"
114114
services:
115115
iotdb-service:
116-
image: iotdb-enterprise:1.3.2.3-standalone #使用的镜像
116+
image: timecho/timechodb:2.0.2.1-standalone #使用的镜像
117117
hostname: iotdb
118118
container_name: iotdb
119119
restart: always

0 commit comments

Comments
 (0)