Docker volume mapping with the [example docker-compose](https://github.com/TechJeeper/Printventory#running-with-docker-compose) fails because the container path is wrong. "./data:/root/.config/**P**rintventory" should be -> "./data:/root/.config/**p**rintventory" This might cause some confusion on new deployments.
Docker volume mapping with the example docker-compose fails because the container path is wrong.
"./data:/root/.config/Printventory" should be -> "./data:/root/.config/printventory"
This might cause some confusion on new deployments.