Skip to content

Commit 26c0fce

Browse files
Bot Updating Templated Files
1 parent 3749c9e commit 26c0fce

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ The application requires an external [mongodb database](https://hub.docker.com/_
6464

6565
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).
6666

67-
6867
## Usage
6968

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

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

7476
```yaml
@@ -117,8 +119,8 @@ Containers are configured using parameters passed at runtime (such as those abov
117119

118120
| Parameter | Function |
119121
| :----: | --- |
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 |
122124
| `-e PUID=1000` | for UserID - see below for explanation |
123125
| `-e PGID=1000` | for GroupID - see below for explanation |
124126
| `-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

Comments
 (0)