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

Commit 474f3ef

Browse files
authored
Merge pull request #6 from getsentry/neel/update-port
Move relay to port 5333 to avoid collisions
2 parents b9ccd4d + 68818cc commit 474f3ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ runs:
4848
set -euo pipefail
4949
exec /opt/relay/relay run \
5050
--mode=proxy \
51+
--port=5333 \
5152
--shutdown-timeout=2 \
5253
--upstream-dsn="\$SENTRY_DSN" \
5354
--aws-runtime-api="\$AWS_LAMBDA_RUNTIME_API"

0 commit comments

Comments
 (0)