Skip to content

Commit

Permalink
Merge pull request #2332 from MaZe3D/develop
Browse files Browse the repository at this point in the history
Add ADDRESS environment vairable to define the listening interface.
  • Loading branch information
acelaya authored Jan 13, 2025
2 parents 11fa28e + 9ad565f commit 221e061
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 221e061

Please sign in to comment.