diff options
| -rw-r--r-- | Dockerfile.proxy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.proxy b/Dockerfile.proxy index 7b1b8730..03069872 100644 --- a/Dockerfile.proxy +++ b/Dockerfile.proxy @@ -2,5 +2,5 @@ FROM golang:latest WORKDIR /app RUN git clone https://git.sr.ht/~sircmpwn/kineto /app RUN go build -EXPOSE 8080 -CMD ["/app/kineto", "gemini://alex.corcoles.net"] +EXPOSE 5000 +CMD ["/app/kineto", "-b", "0.0.0.0:5000", "gemini://alex.corcoles.net"] |
