Bartłomiej Pyciński
Bartłomiej Pyciński
Hello, I would like to confirm the bug. The behaviour is the same as @xeTaiz mentioned in his posts. Commit `b2321b7` from this monday, `Debug` build. Linux Mint 19 Tara,...
Hi, I've digged into the code and solved it. If system locales are set to some European languages `sscanf` expects float number to contain a coma instead of a point....
Hi, the solution is to get rid off the username, e.g. by this command in the main directory: `sed -i -e 's/rust:rust/root:root/' Containerfile.install`
There is no problem at all. Just map the port to anything other, e.g. 8080 See my docker-compose, it works very well: services: pihole: container_name: pihole image: pihole/pihole:latest ports: -...