Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Change optional variable
  • Loading branch information
CHBMB authored and thelamer committed Jun 13, 2019
1 parent 65bbb24 commit 73e6915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ docker create \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/London \
-e DOCKER_MODS=linuxserver/calibre-mod:latest #*optional* & **x86-64 only** \
-e DOCKER_MODS=linuxserver/calibre-web:calibre #*optional* & **x86-64 only** \
-p 8083:8083 \
-v <path to data>:/config \
-v <path to calibre library>:/books \
Expand All @@ -80,7 +80,7 @@ services:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- DOCKER_MODS=linuxserver/calibre-mod:latest #*optional* & **x86-64 only**
- DOCKER_MODS=linuxserver/calibre-web:calibre #*optional* & **x86-64 only**
volumes:
- <path to data>:/config
- <path to calibre library>:/books
Expand All @@ -99,7 +99,7 @@ Container images are configured using parameters passed at runtime (such as thos
| `-e PUID=1000` | for UserID - see below for explanation |
| `-e PGID=1000` | for GroupID - see below for explanation |
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
| `-e DOCKER_MODS=linuxserver/calibre-mod:latest #*optional* & **x86-64 only**` | #optional & **x86-64 only** Adds the ability to perform book conversion |
| `-e DOCKER_MODS=linuxserver/calibre-web:calibre #*optional* & **x86-64 only**` | #optional & **x86-64 only** Adds the ability to perform ebook conversion |
| `-v /config` | Where calibre-web stores the internal database and config. |
| `-v /books` | Where your calibre database is locate. |

Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ param_container_name: "{{ project_name }}"
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
- { env_var: "DOCKER_MODS", env_value: "linuxserver/calibre-mod:latest #*optional* & **x86-64 only**", desc: "#optional & **x86-64 only** Adds the ability to perform book conversion"}
- { env_var: "DOCKER_MODS", env_value: "linuxserver/calibre-web:calibre #*optional* & **x86-64 only**", desc: "#optional & **x86-64 only** Adds the ability to perform ebook conversion"}
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "<path to data>", desc: "Where calibre-web stores the internal database and config." }
Expand Down

0 comments on commit 73e6915

Please sign in to comment.