From c26ebcdb75cd1a9f9ff505b75e8287aa5cc8bb7f Mon Sep 17 00:00:00 2001 From: kdouglas011 Date: Mon, 27 Apr 2026 15:27:15 -0400 Subject: [PATCH] Fixed broken readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 842ea54..e75a55c 100644 --- a/readme.md +++ b/readme.md @@ -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