1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/mqtt-io-arm/docker-compose.yml

9 lines
148 B
YAML
Raw Normal View History

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