Skip to content

Commit acedeaa

Browse files
Bot Updating Templated Files
1 parent 6e0e734 commit acedeaa

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 @@ The web app and the server are both accessible at `http://SERVERIP:8088`.
6363

6464
Note: It is recommended to use `http` as the external proto with a reverse proxy due to `https` not working with external plex clients.
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
@@ -100,7 +102,7 @@ Containers are configured using parameters passed at runtime (such as those abov
100102

101103
| Parameter | Function |
102104
| :----: | --- |
103-
| `-p 8088` | Web app and server port |
105+
| `-p 8088:8088` | Web app and server port |
104106
| `-e AUTH_LIST=plexuser1,plexuser2,email1,machineid1` | If set, only the users defined here and the users of the plex servers defined here will be able to access the server. Use e-mails, plex usernames and/or plex server machine ids, comma separated, no spaces. |
105107

106108
## Environment variables from files (Docker secrets)

0 commit comments

Comments
 (0)