Fixed broken readme

This commit is contained in:
2026-04-27 15:27:15 -04:00
parent 017a74fdda
commit c26ebcdb75
+2 -2
View File
@@ -4,7 +4,7 @@ My personal collection of Docker Compose stacks for Portainer.
This repository is the **single source of truth** for all my self-hosted services. This repository is the **single source of truth** for all my self-hosted services.
## Folder Structure ## Folder Structure
```bash
portainer-stacks/ portainer-stacks/
├── gitea/ ├── gitea/
├── portainer/ ├── portainer/
@@ -13,7 +13,7 @@ portainer-stacks/
├── homepage/ ├── homepage/
├── ... (additional services) ├── ... (additional services)
└── README.md └── README.md
```
Each service folder contains its own docker-compose.yml (or docker-compose.yaml) file. Each service folder contains its own docker-compose.yml (or docker-compose.yaml) file.
## How to Work with This Repo ## How to Work with This Repo