Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from getsentry/neel/update-port
Browse files Browse the repository at this point in the history
Move relay to port 5333 to avoid collisions
  • Loading branch information
antonpirker committed Nov 2, 2022
2 parents b9ccd4d + 68818cc commit 474f3ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Expand Up @@ -48,6 +48,7 @@ runs:
set -euo pipefail
exec /opt/relay/relay run \
--mode=proxy \
--port=5333 \
--shutdown-timeout=2 \
--upstream-dsn="\$SENTRY_DSN" \
--aws-runtime-api="\$AWS_LAMBDA_RUNTIME_API"
Expand Down

0 comments on commit 474f3ef

Please sign in to comment.