1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/mqtt-io-arm/docker-compose.yml

9 lines
148 B
YAML
Raw Normal View History

2021-11-21 10:32:00 +02:00
version: "3.8"
services:
mqtt-io:
image: easypi/mqtt-io-arm
volumes:
- ./data:/app
privileged: true
restart: unless-stopped