Skip to content

Commit 73cf4b8

Browse files
Bot Updating Templated Files
1 parent d4ab3c8 commit 73cf4b8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ Access the webui at `http://<docker host ip>:80`. For connecting via OPDS on a m
9494

9595
The linuxserver version gives you access to `config/local.php` in `/config` to customise your install to suit your needs, it also includes the dependencies required to directly view epub books in your browser.
9696

97-
9897
## Usage
9998

10099
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
101100

101+
>[!NOTE]
102+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
103+
102104
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
103105

104106
```yaml
@@ -142,8 +144,8 @@ Containers are configured using parameters passed at runtime (such as those abov
142144

143145
| Parameter | Function |
144146
| :----: | --- |
145-
| `-p 80` | HTTP WebUI |
146-
| `-p 443` | HTTPS WebUI |
147+
| `-p 80:80` | HTTP WebUI |
148+
| `-p 443:443` | HTTPS WebUI |
147149
| `-e PUID=1000` | for UserID - see below for explanation |
148150
| `-e PGID=1000` | for GroupID - see below for explanation |
149151
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |

0 commit comments

Comments
 (0)