From 85d615d9ddd41793b574e63a03a9739de884f9ee Mon Sep 17 00:00:00 2001 From: konstantin Date: Mon, 28 Oct 2024 17:17:23 +0100 Subject: [PATCH] docs: add `--abort-on-container-exit` to docker-compose (#78) remove space at EOL Co-authored-by: Konstantin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f82cc13..5387a7c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ services: image: ghcr.io/hochfrequenz/ebd_toolchain:latest # If you run into 'manifest unknown' during docker pull, try replacing `:latest` with `:v1.2.3`. # where v1.2.3 is the latest version of the GHCR image, which can be found here: - # https://github.com/Hochfrequenz/ebd_toolchain/pkgs/container/ebd_toolchain + # https://github.com/Hochfrequenz/ebd_toolchain/pkgs/container/ebd_toolchain depends_on: kroki: condition: service_healthy @@ -81,7 +81,7 @@ docker login ghcr.io -u YOUR_GITHUB_USERNAME ``` 5. then run: ```bash -docker-compose up +docker compose up --abort-on-container-exit ``` ## How to use this Repository on Your Machine (for development)