We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5db25 commit 59ff702Copy full SHA for 59ff702
1 file changed
docker-compose.yml
@@ -19,9 +19,6 @@ services:
19
image: apache/iotdb:1.1.0-standalone
20
restart: always
21
container_name: iotdb-standalone-1
22
- depends_on:
23
- iotdb-confignode-1:
24
- condition: service_healthy
25
healthcheck:
26
test: ["CMD", "ls", "/iotdb/data"]
27
interval: 3s
0 commit comments