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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,6 @@ Hardware acceleration users for Raspberry Pi V4L2 will need to mount their `/dev
103
103
--device=/dev/video12:/dev/video12
104
104
```
105
105
106
-
107
106
### Hardware Acceleration
108
107
109
108
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
133
132
134
133
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
135
134
135
+
>[!NOTE]
136
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
137
+
136
138
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
137
139
138
140
```yaml
@@ -184,7 +186,7 @@ Containers are configured using parameters passed at runtime (such as those abov
184
186
185
187
| Parameter | Function |
186
188
| :----: | --- |
187
-
|`-p 8096`| Http webUI. |
189
+
|`-p 8096:8096`| Http webUI. |
188
190
|`-p 8920`| Optional - Https webUI (you need to set up your own certificate). |
189
191
|`-p 7359/udp`| Optional - Allows clients to discover Jellyfin on the local network. |
190
192
|`-p 1900/udp`| Optional - Service discovery used by DNLA and clients. |
0 commit comments