Skip to content

Commit 3ef1012

Browse files
Bot Updating Templated Files
1 parent cbe8f87 commit 3ef1012

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ Access the webui at `<your-ip>:5000`. Follow the setup wizard on initial install
6363

6464
The docker cli and compose yml samples provided list a single `/data` folder for the media, however, you can set up multiple mount points if you wish. For instance, you can set up 3 separate mountpoints named `/manga`, `/comics` and `/books`, each mapped to separate folders on host.
6565

66-
6766
## Usage
6867

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

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

7375
```yaml
@@ -109,7 +111,7 @@ Containers are configured using parameters passed at runtime (such as those abov
109111

110112
| Parameter | Function |
111113
| :----: | --- |
112-
| `-p 5000` | web gui |
114+
| `-p 5000:5000` | web gui |
113115
| `-e PUID=1000` | for UserID - see below for explanation |
114116
| `-e PGID=1000` | for GroupID - see below for explanation |
115117
| `-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)