8 lines
117 B
Text
8 lines
117 B
Text
services:
|
|
php-fpm:
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
web:
|
|
ports:
|
|
- "80:80"
|