Skip to content

Commit 149b972

Browse files
Bot Updating Templated Files
1 parent a6e8762 commit 149b972

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
@@ -103,7 +103,6 @@ Hardware acceleration users for Raspberry Pi V4L2 will need to mount their `/dev
103103
--device=/dev/video12:/dev/video12
104104
```
105105

106-
107106
### Hardware Acceleration
108107

109108
Many desktop applications need access to a GPU to function properly and even some Desktop Environments have compositor effects that will not function without a GPU. However this is not a hard requirement and all base images will function without a video device mounted into the container.
@@ -133,6 +132,9 @@ Best effort is made to install tools to allow mounting in /dev/dri on Arm device
133132

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

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

138140
```yaml
@@ -184,7 +186,7 @@ Containers are configured using parameters passed at runtime (such as those abov
184186

185187
| Parameter | Function |
186188
| :----: | --- |
187-
| `-p 8096` | Http webUI. |
189+
| `-p 8096:8096` | Http webUI. |
188190
| `-p 8920` | Optional - Https webUI (you need to set up your own certificate). |
189191
| `-p 7359/udp` | Optional - Allows clients to discover Jellyfin on the local network. |
190192
| `-p 1900/udp` | Optional - Service discovery used by DNLA and clients. |

0 commit comments

Comments
 (0)