brand10/mbmd
Multiarch build for https://github.com/volkszaehler/mbmd
150
Multiarch build for https://github.com/volkszaehler/mbmd
The image is built by using the default Dockerfile of the mbmd project.
The tags are named according to the commit-id from the mbmd git.
services:
mbmd:
image: brand10/mbmd:latest
container_name: mbmd
restart: always
command: run
volumes:
- ./mbmd.yaml:/etc/mbmd.yaml
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
ports:
- 8080:8080
docker pull brand10/mbmd