Skip to content

Commit

Permalink
Fix doc (#133)
Browse files Browse the repository at this point in the history
* fix doc for docker daemon localstack for real
  • Loading branch information
chennisden authored Jun 15, 2024
1 parent 8d223c4 commit e1712f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When developing locally, install the `aws` CLI and use the `localstack/localstac

```bash
docker pull localstack/localstack # If you haven't already
docker run -d --rm -it -p 4566:4566 -p 4510-4559:4510-4559 localstack/localstack
docker run -d --name localstack -p 4566:4566 -p 4571:4571 localstack/localstack
```

Then, if you need to kill the database, you can run:
Expand Down

0 comments on commit e1712f4

Please sign in to comment.