Fix prettier

This commit is contained in:
Niek van der Maas 2022-03-25 07:43:15 +00:00 committed by GitHub
parent 7e286c570e
commit 8cee31d8d7

View File

@ -45,6 +45,7 @@ touch ./config/config.yaml
``` ```
Modify the config file to your preferences before launching Docker container. Here are some settings that you likely want: Modify the config file to your preferences before launching Docker container. Here are some settings that you likely want:
```yaml ```yaml
server_url: http://your-host-name:8080 # Change to your hostname or host IP server_url: http://your-host-name:8080 # Change to your hostname or host IP
metrics_listen_addr: 0.0.0.0:9090 # Listen to 0.0.0.0 so it's accessible outside the container metrics_listen_addr: 0.0.0.0:9090 # Listen to 0.0.0.0 so it's accessible outside the container