Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docker_notes:docker-calibre [2024-01-14 Sun wk02 11:28] – [Calibre] baumkp | docker_notes:docker-calibre [2024-09-11 Wed wk37 17:27] (current) – [Calibre-web] baumkp | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ++++Calibre docker-compose.yml| | ++++Calibre docker-compose.yml| | ||
| < | < | ||
| - | version: " | ||
| services: | services: | ||
| calibre: | calibre: | ||
| Line 39: | Line 38: | ||
| Notes: | Notes: | ||
| - |   - Example version: " | ||
|   - The log error/ |   - The log error/ | ||
|   - To allow shell access added to '' |   - To allow shell access added to '' | ||
| Line 58: | Line 56: | ||
| ++++Calibre-web docker-compose.yml| | ++++Calibre-web docker-compose.yml| | ||
| < | < | ||
| - | version: " | ||
| services: | services: | ||
|   calibre-web: |   calibre-web: | ||
| Line 87: | Line 84: | ||
| Notes: | Notes: | ||
| - |   - Example version: " | ||
| - The default login / password: admin / admin123 | - The default login / password: admin / admin123 | ||
| - The /books direct points to the directory specified for the existing (or new) Calibre library | - The /books direct points to the directory specified for the existing (or new) Calibre library | ||
| Line 93: | Line 89: | ||
| ++++ | ++++ | ||
| - | <- docker_notes: | + | <- docker_notes: |