Aaron Wilson

Results 2 issues of Aaron Wilson

I can't remeber the error but the following fixed it. You have: volumes: - etc_pihole-unbound:/etc/pihole:rw - etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw Should be: volumes: - ./etc_pihole-unbound:/etc/pihole:rw - ./etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw Or: volumes: - $PWD/etc_pihole-unbound:/etc/pihole:rw - $PWD/etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw...

If you attempt to add a devices section for hardware transcoding for Plex and try to do a "docker-compose up -d plex" it'll throw a bunch of python errors. Fix...