Bot Updating Documentation

pull/270/head
LinuxServer-CI 2024-12-05 13:41:25 +00:00
rodzic 4491e1814a
commit 861b97d1c6
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -43,6 +43,10 @@ Modify the nginx, php and site config files under `/config` as needed
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
@ -86,8 +90,8 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function | | Parameter | Function |
| :----: | --- | | :----: | --- |
| `80` | http | | `80:80` | http |
| `443` | https | | `443:443` | https |
### Environment Variables (`-e`) ### Environment Variables (`-e`)