services: calibre: depend on calibre-web

Because of the access order to the metadata.db file
This commit is contained in:
Bruno BELANYI 2020-05-10 16:41:48 +02:00
parent 85c9a5fa38
commit 4c28e8e3f0

View file

@ -49,6 +49,8 @@ services:
expose:
- 8080
- 8081
depends_on:
- "calibre-web" # Because of access to database
calibre-web:
image: linuxserver/calibre-web