Fix: Was missing db configuration on php
This commit is contained in:
@ -19,6 +19,7 @@ services:
|
|||||||
container_name: php
|
container_name: php
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
- .db.env
|
||||||
volumes:
|
volumes:
|
||||||
- .:/code
|
- .:/code
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user