Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-03 07:49:32 +00:00
rodzic 5452a1ac13
commit 2985c38fdf
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -103,6 +103,10 @@ mariadb-upgrade -u root -p<PASSWORD>
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
@ -154,7 +158,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function |
| :----: | --- |
| `3306` | MariaDB listens on this port. |
| `3306:3306` | MariaDB listens on this port. |
### Environment Variables (`-e`)