Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/ebdamame-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Oct 28, 2024
2 parents 72af01f + 85d615d commit 92910d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 92910d4

Please sign in to comment.