You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,11 +94,13 @@ Access the webui at `http://<docker host ip>:80`. For connecting via OPDS on a m
94
94
95
95
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.
96
96
97
-
98
97
## Usage
99
98
100
99
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
101
100
101
+
>[!NOTE]
102
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
103
+
102
104
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
103
105
104
106
```yaml
@@ -142,8 +144,8 @@ Containers are configured using parameters passed at runtime (such as those abov
142
144
143
145
| Parameter | Function |
144
146
| :----: | --- |
145
-
|`-p 80`| HTTP WebUI |
146
-
|`-p 443`| HTTPS WebUI |
147
+
|`-p 80:80`| HTTP WebUI |
148
+
|`-p 443:443`| HTTPS WebUI |
147
149
|`-e PUID=1000`| for UserID - see below for explanation |
148
150
|`-e PGID=1000`| for GroupID - see below for explanation |
149
151
|`-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