@huber70
Ok!
Now shutdown, remove the 2nd USB stick and boot again.
Then:
cd /calibre-web/books
ls -l
Is the calibre library there?
If yes then select and copy all text below
in one block and paste it in a terminal window:
Code:
docker run -d \
--name=calibre-web \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Berlin \
-p 8083:8083 \
-v /calibre-web/config:/config \
-v /calibre-web/books:/books \
--restart unless-stopped \
lscr.io/linuxserver/calibre-web
In the raspberry pi webbrowser you should be able to connect to calibre-web
http://localhost:8083
If not ........