Changing network mode to "host" for FPM container.
This commit is contained in:
parent
3df787b313
commit
6a7f3b1314
|
@ -6,6 +6,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./docker
|
context: ./docker
|
||||||
container_name: magnetico-web-fpm
|
container_name: magnetico-web-fpm
|
||||||
|
network_mode: host
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:${PHP_FPM_PORT:-9000}:9000/tcp"
|
- "127.0.0.1:${PHP_FPM_PORT:-9000}:9000/tcp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue