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