Skip to content

Commit

Permalink
Merge pull request #38 from teamhanko/fix/36-wrong-path-in-readme
Browse files Browse the repository at this point in the history
bugfix(server): add correct path to docker compose in README
  • Loading branch information
shentschel authored Feb 12, 2024
2 parents 48ef33a + 397524f commit eb288df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Getting started

For a quick start of the passkey server you can use the config and docker compose file in [deploy](../deploy).
For a quick start of the passkey server you can use the config and docker compose file in [deploy/docker-compose](../deploy/docker-compose).
All you have to do to start the server is to run the following commands:

```shell
cd deploy
cd ../deploy/docker-compose
docker compose -f backend.yaml up -d
```

Expand Down

0 comments on commit eb288df

Please sign in to comment.