Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-04 19:17:09 +00:00
rodzic e9b7b410b4
commit ee18f372a8
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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. 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)) ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
```yaml ```yaml
@ -95,8 +99,8 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function | | Parameter | Function |
| :----: | --- | | :----: | --- |
| `80` | your_spotify HTTP webui | | `80:80` | your_spotify HTTP webui |
| `443` | your_spotify HTTPS webui | | `443:443` | your_spotify HTTPS webui |
### Environment Variables (`-e`) ### Environment Variables (`-e`)