docker and docs
#1133
Replies: 1 comment 5 replies
-
try |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docker run
--platform=linux/amd64
-p 8000:8000
--rm -it ghcr.io/developmentseed/titiler:0.20.1
uvicorn titiler.application.main:app --host 0.0.0.0 --port 8000 --workers 1
http://localhost:8000/docs response is {"detail":"Not Found"}
Beta Was this translation helpful? Give feedback.
All reactions