feat: initial commit
This commit is contained in:
commit
26d450c1a4
31 changed files with 10925 additions and 0 deletions
8
docker-compose.override.yaml.example
Normal file
8
docker-compose.override.yaml.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
php-fpm:
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
web:
|
||||
ports:
|
||||
- "80:80"
|
Reference in a new issue