Skip to content

Commit

Permalink
Add ADDRESS environment vairable to define the listening interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Orlando Zeller committed Jan 10, 2025
1 parent 11fa28e commit 9ad565f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/roadrunner/.rr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server:
command: 'php -dopcache.enable_cli=1 -dopcache.validate_timestamps=0 ../../bin/roadrunner-worker.php'

http:
address: '0.0.0.0:${PORT:-8080}'
address: '${ADDRESS:-0.0.0.0}:${PORT:-8080}'
middleware: ['static']
static:
dir: '../../public'
Expand Down

0 comments on commit 9ad565f

Please sign in to comment.