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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,13 @@ The application requires an external [mongodb database](https://hub.docker.com/_
64
64
65
65
This ia an all-in-one container which includes both the server and client components. If you require these to be separate then please use the releases from the [your_spotify repo](https://github.com/Yooooomi/your_spotify).
66
66
67
-
68
67
## Usage
69
68
70
69
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
71
70
71
+
>[!NOTE]
72
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
73
+
72
74
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
73
75
74
76
```yaml
@@ -117,8 +119,8 @@ Containers are configured using parameters passed at runtime (such as those abov
117
119
118
120
| Parameter | Function |
119
121
| :----: | --- |
120
-
|`-p 80`| your_spotify HTTP webui |
121
-
|`-p 443`| your_spotify HTTPS webui |
122
+
|`-p 80:80`| your_spotify HTTP webui |
123
+
|`-p 443:443`| your_spotify HTTPS webui |
122
124
|`-e PUID=1000`| for UserID - see below for explanation |
123
125
|`-e PGID=1000`| for GroupID - see below for explanation |
124
126
|`-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