docker_i-librarian
docker_i-librarian copied to clipboard
Dockerfile and instructions for I, Librarian
After running `docker compose up -d` I receive the following output in my raspberry pi 5 `! app The requested image's platform (linux/amd64) does not match the detected host platform...
Hi, 1. as per your instructions, I have created a data folder on the host computer, given access rights as `www-data` (33) 2. completed the `docker-compose.yml` file with the name...
Allow the user to set the UID/GID for the i-librarian user. Would avoid to have to manually set them to 33:33 on the library folder.
As for now, if the user does not have an existing library folder, he has to create manually a blank library before to run the docker container. This could be...