add note to update config to without tunneling section

This commit is contained in:
Milo Schwartz 2025-01-16 22:34:16 -05:00
parent 4b6c2f720d
commit faef86564b
No known key found for this signature in database

View file

@ -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).