Move all files to drupal/
This commit is contained in:
parent
f545502947
commit
ec8f7f1481
35 changed files with 0 additions and 0 deletions
8
drupal/docker-compose.override.yaml.example
Normal file
8
drupal/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