edge_stack/temperature_sensor.yaml

8 lines
206 B
YAML
Raw Normal View History

2022-07-29 06:39:27 +00:00
version: '3.3'
services:
sensor_temperature:
2022-08-01 20:20:09 +00:00
network_mode: host
2022-07-29 06:39:27 +00:00
container_name: temperature
image: registry.zz11.net/sensor_temperature
stdin_open: true
tty: true