mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
Use IP address of PHP container for Apache/Nginx upstream to skip DNS lookup
This commit is contained in:
parent
1b9ef528d2
commit
d44905bfb5
@ -264,7 +264,7 @@ services:
|
|||||||
##
|
##
|
||||||
- COMPAT=${PHP_SERVER}
|
- COMPAT=${PHP_SERVER}
|
||||||
- PHP_FPM_ENABLE=1
|
- PHP_FPM_ENABLE=1
|
||||||
- PHP_FPM_SERVER_ADDR=php
|
- PHP_FPM_SERVER_ADDR=172.16.238.10
|
||||||
- PHP_FPM_SERVER_PORT=9000
|
- PHP_FPM_SERVER_PORT=9000
|
||||||
- PHP_FPM_TIMEOUT=${HTTPD_TIMEOUT_TO_PHP_FPM:-180}
|
- PHP_FPM_TIMEOUT=${HTTPD_TIMEOUT_TO_PHP_FPM:-180}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user