Documentation Refactor
This commit is contained in:
parent
3b8818e636
commit
a410b34521
47 changed files with 2065 additions and 3911 deletions
|
|
@ -46,7 +46,7 @@ Each docker-compose file contains:
|
|||
|
||||
## Additional Documentation
|
||||
|
||||
- [Container Labels Reference](../../docs/container-labels.md)
|
||||
- [Docker Configuration Guide](../../docs/docker.md)
|
||||
- [Environment Variables](../../docs/environment-variable.md)
|
||||
- [Plugin Documentation](../../docs/plugins/)
|
||||
- [Container Labels Reference](../../docs/reference/container-labels.md)
|
||||
- [Docker Configuration Guide](../../docs/getting-started/docker.md)
|
||||
- [Environment Variables](../../docs/reference/environment-variables.md)
|
||||
- [Plugin Documentation](../../docs/guides/plugins.md)
|
||||
|
|
|
|||
|
|
@ -146,6 +146,6 @@ docker compose -f docker-compose-php-fpm.yml exec haproxy ping php-fpm
|
|||
|
||||
## Learn More
|
||||
|
||||
- [FastCGI Plugin Documentation](../../../docs/plugins.md#fastcgi-plugin)
|
||||
- [Container Labels Reference](../../../docs/container-labels.md)
|
||||
- [FastCGI Plugin Documentation](../../../docs/reference/plugins/fastcgi.md)
|
||||
- [Container Labels Reference](../../../docs/reference/container-labels.md)
|
||||
- [HAProxy FastCGI Documentation](https://docs.haproxy.org/2.8/configuration.html#5.2-proto)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue