Add path mappings to calibre and calibre-web
This commit is contained in:
parent
3a39161d6c
commit
adac3132a5
|
@ -11,3 +11,4 @@ services:
|
||||||
- OAUTHLIB_RELAX_TOKEN_SCOPE=1
|
- OAUTHLIB_RELAX_TOKEN_SCOPE=1
|
||||||
volumes:
|
volumes:
|
||||||
- configcalibre:/config
|
- configcalibre:/config
|
||||||
|
- torrents:/torrents
|
|
@ -11,6 +11,7 @@ services:
|
||||||
- CLI_ARGS=
|
- CLI_ARGS=
|
||||||
volumes:
|
volumes:
|
||||||
- configcalibre:/config
|
- configcalibre:/config
|
||||||
|
- torrents:/torrents
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
configcalibre:
|
configcalibre:
|
||||||
|
|
Loading…
Reference in New Issue