edge_stack/humidity_sensor.yaml

8 lines
197 B
YAML
Raw Normal View History

2022-07-29 06:37:36 +00:00
version: '3.3'
services:
sensor_humidity:
2022-08-01 20:20:34 +00:00
network_mode: host
2022-07-29 06:37:36 +00:00
container_name: humidity
image: registry.zz11.net/sensor_humidity
stdin_open: true
tty: true