Skip to content

Commit

Permalink
Updated README to install Docker Desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed May 9, 2024
1 parent 9ac1ff6 commit 4ec43b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ system to the running container. This will allow you to make changes to the
code and see them reflected in the running service without having to rebuild the
image.

To run the service with docker compose, run the following:
To run the service with docker compose, make sure you have [Docker Desktop]
installed and run the following:

```sh
docker compose up -d
Expand All @@ -36,3 +37,4 @@ The service should now be available at `http://localhost:9292`.

[Dockerfile]: ./Dockerfile
[docker compose]: ./docker-compose.yaml
[Docker Desktop]: https://docs.docker.com/desktop/

0 comments on commit 4ec43b5

Please sign in to comment.