services: calibre: depend on calibre-web
Because of the access order to the metadata.db file
This commit is contained in:
parent
85c9a5fa38
commit
4c28e8e3f0
|
@ -49,6 +49,8 @@ services:
|
|||
expose:
|
||||
- 8080
|
||||
- 8081
|
||||
depends_on:
|
||||
- "calibre-web" # Because of access to database
|
||||
|
||||
calibre-web:
|
||||
image: linuxserver/calibre-web
|
||||
|
|
Reference in a new issue