Multiarch build for https://github.com/volkszaehler/vzlogger
10K+
Multiarch build for https://github.com/volkszaehler/vzlogger
The image is built by using the default Dockerfile of the vzlogger project.
It supports local webserver, mqtt, etc.
The tags are named according to the commit-id from the vzlogger git.
Please use volkszaehler/volkszaehler here on Dockerhub for the frontend. It seems to be maintained.
docker run -p 8080:8080 -v ./vzlogger.conf:/etc/vzlogger.conf --device=/dev/ttyUSB0 brand10/vzlogger:latest
services:
vzlogger:
image: brand10/vzlogger:latest
container_name: vzlogger
restart: always
volumes:
- ./vzlogger.conf:/etc/vzlogger.conf
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
ports:
- 8080:8080
Content type
Image
Digest
sha256:9c555decc…
Size
10.9 MB
Last updated
2 months ago
docker pull brand10/vzlogger