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.
## Folder Structure
```bash
portainer-stacks/
├── gitea/
├── portainer/
@@ -13,7 +13,7 @@ portainer-stacks/
├── homepage/
├── ... (additional services)
└── README.md
```
Each service folder contains its own docker-compose.yml (or docker-compose.yaml) file.
## How to Work with This Repo