Changing network mode to "host" for FPM container.

This commit is contained in:
Alexey Skobkin 2019-12-29 02:31:56 +03:00
parent 3df787b313
commit 6a7f3b1314
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
build:
context: ./docker
container_name: magnetico-web-fpm
network_mode: host
ports:
- "127.0.0.1:${PHP_FPM_PORT:-9000}:9000/tcp"
restart: unless-stopped