mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
add note to update config to without tunneling section
This commit is contained in:
parent
4b6c2f720d
commit
faef86564b
1 changed files with 5 additions and 1 deletions
|
@ -45,4 +45,8 @@ services:
|
|||
volumes:
|
||||
- ./config/traefik:/etc/traefik:ro # Volume to store the Traefik configuration
|
||||
- ./config/letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
|
||||
```
|
||||
```
|
||||
|
||||
After first starting the app, make sure to fill out all of your information, like `dashboard_url`, `base_domain`, etc the `config.yml` that was generated for you in the volume.
|
||||
|
||||
See all configuration options [here](https://docs.fossorial.io/Pangolin/Configuration/config).
|
||||
|
|
Loading…
Reference in a new issue