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/
|
/freshrss/
|
||||||
/gitea/
|
/gitea/
|
||||||
/library
|
/library
|
||||||
|
/books_to_add
|
||||||
/portainer/
|
/portainer/
|
||||||
|
|
|
@ -85,6 +85,7 @@ services:
|
||||||
- GUAC_PASS=3e0109e17016d3a2dc0a350d9a9ca104 # password
|
- GUAC_PASS=3e0109e17016d3a2dc0a350d9a9ca104 # password
|
||||||
volumes:
|
volumes:
|
||||||
- ./library:/config
|
- ./library:/config
|
||||||
|
- ./books_to_add:/books_to_add
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
#- "8081:8081"
|
#- "8081:8081"
|
||||||
|
|
Reference in a new issue