adds support for laravel and livewire
This commit is contained in:
@@ -40,6 +40,7 @@ services:
|
||||
- root:/root
|
||||
- webroot:/var/www/html
|
||||
- wp-cli-cache:/var/www/.wp-cli
|
||||
- cache:/var/www/.cache
|
||||
db:
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
container_name: ${PREFIX}-db
|
||||
@@ -80,6 +81,8 @@ services:
|
||||
version: "3.4"
|
||||
|
||||
volumes:
|
||||
cache:
|
||||
name: composer-cache
|
||||
db:
|
||||
name: ${PREFIX}-db
|
||||
root:
|
||||
|
||||
Reference in New Issue
Block a user