Bot Updating Documentation

pull/269/head
LinuxServer-CI 2024-12-02 09:00:57 +00:00
rodzic 9df03d499c
commit d4e12287d2
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -44,6 +44,10 @@ See [here](https://healthchecks.io/docs/self_hosted_configuration/) for a comple
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
@ -125,8 +129,8 @@ Containers are configured using parameters passed at runtime (such as those abov
| Parameter | Function |
| :----: | --- |
| `8000` | Healthchecks Web UI |
| `2525` | Port for inbound SMTP pings |
| `8000:8000` | Healthchecks Web UI |
| `2525:2525` | Port for inbound SMTP pings |
### Environment Variables (`-e`)