Skip to content

Commit

Permalink
Revert docker-compose.yml to be more intuitive for novice users
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodilestick authored Oct 14, 2024
1 parent 8caf8d3 commit 5af49d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ services:
- TZ=UTC
- DOCKER_MODS=lscr.io/linuxserver/mods:universal-calibre-v7.16.0
volumes:
- ./folder:/config
- ./cwa-book-ingest:/cwa-book-ingest
- ./calibre-library:/calibre-library
#- ./books:/books #Optional
#- gmail.json.json:/app/calibre-web/gmail.json #Optional
- /path/to/config/folder:/config
- /path/to/the/folder/you/want/to/use/for/book/ingest:/cwa-book-ingest
- /path/to/your/calibre/library:/calibre-library
#- /path/to/where/you/keep/your/books:/books #Optional
#- /path/to/your/gmail/credentials.json:/app/calibre-web/gmail.json #Optional
ports:
- 8084:8083 # Change the first number to change the port you want to access the Web UI, not the second
restart: unless-stopped
restart: unless-stopped

0 comments on commit 5af49d3

Please sign in to comment.