services: calibre: mount 'books_to_add' folder
This commit is contained in:
parent
1fd948138f
commit
813a3784bf
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,5 @@
|
|||
/freshrss/
|
||||
/gitea/
|
||||
/library
|
||||
/books_to_add
|
||||
/portainer/
|
||||
|
|
|
@ -85,6 +85,7 @@ services:
|
|||
- GUAC_PASS=3e0109e17016d3a2dc0a350d9a9ca104 # password
|
||||
volumes:
|
||||
- ./library:/config
|
||||
- ./books_to_add:/books_to_add
|
||||
ports:
|
||||
- "8080:8080"
|
||||
#- "8081:8081"
|
||||
|
|
Reference in a new issue