Skip to content

Commit

Permalink
Merge branch 'main' into 230-migrate-contract-agreement-page-to-api-w…
Browse files Browse the repository at this point in the history
…rapper
  • Loading branch information
richardtreier committed Apr 26, 2023
2 parents dc2a562 + 60c0f51 commit 9ce04a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ The fastest way to get started is to run our
```shell
cd docs/getting-started

# Pull latest images
docker compose pull

# On ARM64, e.g. MAC with M1, you need to cross compile your own UI image
# (cd ../../ && docker buildx build -f "docker/Dockerfile" --platform linux/arm64 -t "ghcr.io/sovity/edc-ui:latest" .)

# Runs EDC and EDC UI at localhost:11000
docker compose up
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
target="_blank"
mat-raised-button
color="primary">
CONTACT US
CREATE TICKET
</a>
<a
href="https://sovity.zammad.com/#knowledge_base/1/locale/en-us"
Expand Down

0 comments on commit 9ce04a3

Please sign in to comment.