Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:docker-calibre [2024-01-14 Sun wk02 11:28] – [Calibre] baumkpdocker_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|
 <code> <code>
-version: "3.9" 
 services: services:
   calibre:   calibre:
Line 39: Line 38:
  
 Notes: Notes:
-  - Example version: "2.1" changes to "3.9" with no problem 
   - The log error/warning concerning "Setting up desktop integration failed with error:...." is a common error when using Calibre on a server where desktop is not set up.  <fc #008000>Can be safely ignored.</fc>   - The log error/warning concerning "Setting up desktop integration failed with error:...." is a common error when using Calibre on a server where desktop is not set up.  <fc #008000>Can be safely ignored.</fc>
   - To allow shell access added to ''docker-compose.yml'': <code>   - To allow shell access added to ''docker-compose.yml'': <code>
Line 58: Line 56:
 ++++Calibre-web docker-compose.yml| ++++Calibre-web docker-compose.yml|
 <code> <code>
-version: "3.9" 
 services: services:
   calibre-web:   calibre-web:
Line 87: Line 84:
  
 Notes: Notes:
-  - Example version: "2.1" changes to "3.9" with no problem 
   - 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-nextcloud|Back ^ docker_notes:index|Start page ^ docker_notes:docker-deluge|Next ->+<- docker_notes:docker-homepage|Back ^ docker_notes:index|Start page ^ docker_notes:docker-deluge|Next ->