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__