Pierwsz wysyłka ;-)

This commit is contained in:
2022-03-26 17:26:25 +01:00
commit 76bb6d76a6
10 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,15 @@
rpi-monitor:
image: michaelmiklis/rpi-monitor:latest
restart: always
ports:
- "8888:8888"
devices:
- "/dev/vchiq"
- "/dev/vcs"
volumes:
- /opt/vc:/opt/vc/
- /boot/:/boot/
- /sys/:/dockerhost/sys/:ro
- /etc/:/dockerhost/etc/:ro
- /proc/:/dockerhost/proc/:ro
- /usr/lib/:/dockerhost/usr/lib/:ro