Skip to content

Commit 7e33fd7

Browse files
authored
Fix docker run example in README.md (#1090)
1 parent 05f39bf commit 7e33fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Ready to use/deploy images can be found on Github registry.
105105
- https://github.com/developmentseed/titiler/pkgs/container/titiler
106106

107107
```bash
108-
docker run
108+
docker run \
109109
--platform=linux/amd64 \
110110
-p 8000:8000 \
111111
--rm -it ghcr.io/developmentseed/titiler:latest \

0 commit comments

Comments
 (0)