mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-05 10:50:23 +00:00
8 lines
158 B
YAML
8 lines
158 B
YAML
|
|
services:
|
||
|
|
iotdb:
|
||
|
|
image: apache/iotdb:1.2.0-standalone
|
||
|
|
container_name: iotdb
|
||
|
|
ports:
|
||
|
|
- "6667:6667"
|
||
|
|
- "31999:31999"
|
||
|
|
- "8181:8181"
|