Skip to content

Commit

Permalink
Unify port
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Aug 26, 2024
1 parent 4dc7b3d commit 636103b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL commit=$GIT_COMMIT
ENV GOLOG_LOG_FMT=nocolor

# go-waku default port
EXPOSE 9000
EXPOSE 80

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/config/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

type ApiOptions struct {
Port int `short:"p" long:"port" description:"Port to listen on" default:"5050"`
Port int `short:"p" long:"port" description:"Port to listen on" default:"80"`
}

type ContractsOptions struct {
Expand Down

0 comments on commit 636103b

Please sign in to comment.