Add ADDRESS environment vairable to define the listening interface.

This commit is contained in:
Mark Orlando Zeller 2025-01-10 22:10:51 +01:00
parent 11fa28e489
commit 9ad565f8c8

View File

@ -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'