Skip to content

Commit

Permalink
Unify port (#117)
Browse files Browse the repository at this point in the history
Pre-PR we expose a different port than the docker image expects
  • Loading branch information
mkysel authored Aug 29, 2024
1 parent 650bf24 commit 70ce604
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ LABEL commit=$GIT_COMMIT
# color, nocolor, json
ENV GOLOG_LOG_FMT=nocolor

# go-waku default port
EXPOSE 9000
EXPOSE 5050

COPY --from=builder /app/bin/xmtpd /usr/bin/

Expand Down

0 comments on commit 70ce604

Please sign in to comment.