From 82a968321a894881851b2365bade1525c8b98d2a Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Fri, 13 Feb 2026 16:49:35 +0000 Subject: [PATCH] add __COMPOSE_BLOCK__ --- README.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.template b/README.template index 8a315df..a6331e8 100644 --- a/README.template +++ b/README.template @@ -15,6 +15,10 @@ Dieses Repository wird automatisch gebaut und gepusht. ```bash docker pull __FULL_URL__:__BUILD_TAG__ ``` +### 🚀 Docker Compose +```yaml +__COMPOSE_BLOCK__ +``` ### 🚀 Docker Run ```bash __DOCKER_RUN__