Skip to content

Commit

Permalink
fix: expose ingress port from Dockerfile.controller (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Jul 2, 2024
1 parent 128eb56 commit 06c88c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.controller
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ COPY --from=builder /src/build/release/ftl-initdb .
COPY --from=builder /src/build/release/ftl .
RUN mkdir deployments

EXPOSE 8891
EXPOSE 8892

ENV FTL_CONTROLLER_BIND="http://0.0.0.0:8892"
Expand Down

0 comments on commit 06c88c5

Please sign in to comment.