Skip to content

Commit

Permalink
Fix docker run example in README.md (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey authored Jan 30, 2025
1 parent 05f39bf commit 7e33fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Ready to use/deploy images can be found on Github registry.
- https://github.com/developmentseed/titiler/pkgs/container/titiler

```bash
docker run
docker run \
--platform=linux/amd64 \
-p 8000:8000 \
--rm -it ghcr.io/developmentseed/titiler:latest \
Expand Down

0 comments on commit 7e33fd7

Please sign in to comment.