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
@@ -71,7 +71,6 @@ Extra java options can be passed with the JAVA_OPTS environment variable, eg `-e
71
71
72
72
Note that if you want to use [Airsonic's Java jukebox player](https://airsonic.github.io/docs/jukebox/), then `PGID` will need to match the group of your sound device (e.g. `/dev/snd`).
73
73
74
-
75
74
## Read-Only Operation
76
75
77
76
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
@@ -80,6 +79,9 @@ This image can be run with a read-only container filesystem. For details please
80
79
81
80
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
82
81
82
+
>[!NOTE]
83
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
84
+
83
85
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
84
86
85
87
```yaml
@@ -134,7 +136,7 @@ Containers are configured using parameters passed at runtime (such as those abov
134
136
135
137
| Parameter | Function |
136
138
| :----: | --- |
137
-
|`-p 4040`| WebUI |
139
+
|`-p 4040:4040`| WebUI |
138
140
|`-e PUID=1000`| for UserID - see below for explanation |
139
141
|`-e PGID=1000`| for GroupID - see below for explanation |
140
142
|`-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