mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-04-18 07:46:41 +00:00
Fix broken links
This commit is contained in:
@@ -39,7 +39,7 @@ Files marked with `(*)` must be created manually. Volumes and other files are ge
|
||||
<Accordion title="Configuration Files">
|
||||
**`config/config.yml`**: Main Pangolin configuration file
|
||||
- Contains all Pangolin settings and options
|
||||
- See [Configuration Guide](/pangolin/configuration/config) for details
|
||||
- See [Configuration Guide](/self-host/advanced/config-file) for details
|
||||
|
||||
**`config/traefik/traefik_config.yml`**: Traefik static configuration
|
||||
- Global Traefik settings and entry points
|
||||
|
||||
@@ -4,7 +4,7 @@ description: "Deploy managed Pangolin manually using Docker Compose without the
|
||||
---
|
||||
|
||||
<Tip>
|
||||
This guide is for managed Pangolin. If you are looking for self-hosted Pangolin please see the [Docker Compose](self-host/docker-compose) guide.
|
||||
This guide is for managed Pangolin. If you are looking for self-hosted Pangolin please see the [Docker Compose](/self-host/manual/docker-compose) guide.
|
||||
</Tip>
|
||||
|
||||
This guide walks you through setting up Pangolin manually using Docker Compose without the automated installer. This approach gives you full control over the configuration and deployment process.
|
||||
@@ -39,7 +39,7 @@ Files marked with `(*)` must be created manually. Volumes and other files are ge
|
||||
<Accordion title="Configuration Files">
|
||||
**`config/config.yml`**: Main Pangolin configuration file
|
||||
- Contains all Pangolin settings and options
|
||||
- See [Configuration Guide](/pangolin/configuration/config) for details
|
||||
- See [Configuration Guide](/self-host/advanced/config-file) for details
|
||||
|
||||
**`config/traefik/traefik_config.yml`**: Traefik static configuration
|
||||
- Global Traefik settings and entry points
|
||||
|
||||
@@ -46,7 +46,7 @@ Pangolin uses a yaml file for configuration. If this is not present on start up,
|
||||
|
||||
Create a `config.yml` file in the `config` folder.
|
||||
|
||||
See the [Configuration](/pangolin/configuration/config) section for what to put in this file.
|
||||
See the [Configuration](/self-host/advanced/config-file) section for what to put in this file.
|
||||
|
||||
```
|
||||
pangolin/
|
||||
|
||||
Reference in New Issue
Block a user