diff --git a/docs/images/docker-your_spotify.md b/docs/images/docker-your_spotify.md index 6fc25f0eb..fd8871308 100755 --- a/docs/images/docker-your_spotify.md +++ b/docs/images/docker-your_spotify.md @@ -45,6 +45,10 @@ This ia an all-in-one container which includes both the server and client compon To help you get started creating a container from this image you can either use docker-compose or the docker cli. +!!! info + + Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml @@ -95,8 +99,8 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `80` | your_spotify HTTP webui | -| `443` | your_spotify HTTPS webui | +| `80:80` | your_spotify HTTP webui | +| `443:443` | your_spotify HTTPS webui | ### Environment Variables (`-e`)