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
@@ -68,11 +68,13 @@ mStream v5 no longer accepts cli arguments for setting the user and password and
68
68
69
69
v4's `config.json` is not compatible with v5. Existing `config.json` will be renamed to `config.json.v4-bak` for your reference and a new default `config.json` will be created upon upgrade from v4 to v5.
70
70
71
-
72
71
## Usage
73
72
74
73
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
75
74
75
+
>[!NOTE]
76
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
77
+
76
78
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
77
79
78
80
```yaml
@@ -114,7 +116,7 @@ Containers are configured using parameters passed at runtime (such as those abov
114
116
115
117
| Parameter | Function |
116
118
| :----: | --- |
117
-
|`-p 3000`| The port for the mStream web interface |
119
+
|`-p 3000:3000`| The port for the mStream web interface |
118
120
|`-e PUID=1000`| for UserID - see below for explanation |
119
121
|`-e PGID=1000`| for GroupID - see below for explanation |
120
122
|`-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