Skip to content

Commit 1b6b458

Browse files
authored
Update docker-compose.yml to use the latest iotdb (#24)
1 parent 4690c97 commit 1b6b458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
ipv4_address: 172.18.0.2
1717

1818
iotdb:
19-
image: apache/iotdb:1.3.2-datanode
19+
image: apache/iotdb:1.3.3-datanode
2020
restart: always
2121
container_name: iotdb-dn-1
2222
depends_on:
@@ -39,7 +39,7 @@ services:
3939
- dn_seed_config_node=iotdb-confignode-1:22277
4040

4141
iotdb-confignode-1:
42-
image: apache/iotdb:1.3.2-confignode
42+
image: apache/iotdb:1.3.3-confignode
4343
restart: always
4444
container_name: iotdb-cn-1
4545
healthcheck:

0 commit comments

Comments
 (0)