services: point calibre straight to its files
This commit is contained in:
parent
da74882558
commit
5248e64768
|
@ -58,8 +58,8 @@ services:
|
||||||
- GUAC_USER=ambroisie # optional
|
- GUAC_USER=ambroisie # optional
|
||||||
- GUAC_PASS=3e0109e17016d3a2dc0a350d9a9ca104 # password
|
- GUAC_PASS=3e0109e17016d3a2dc0a350d9a9ca104 # password
|
||||||
volumes:
|
volumes:
|
||||||
- ./library:/config
|
- ~/library:/config
|
||||||
- ./books_to_add:/books_to_add
|
- ~/books_to_add:/books_to_add
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
#- "8081:8081"
|
#- "8081:8081"
|
||||||
|
@ -75,7 +75,7 @@ services:
|
||||||
- DOCKER_MODS=linuxserver/calibre-web:calibre
|
- DOCKER_MODS=linuxserver/calibre-web:calibre
|
||||||
volumes:
|
volumes:
|
||||||
- ./calibre-web:/config
|
- ./calibre-web:/config
|
||||||
- ./library:/books
|
- ~/library:/books
|
||||||
ports:
|
ports:
|
||||||
- "8083:8083"
|
- "8083:8083"
|
||||||
|
|
||||||
|
|
Reference in a new issue