Add the DB_PORT environmental variable to the example Docker Compose config (#3796)
This commit is contained in:
parent
7d0d71baec
commit
99ebd2e75c
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ services:
|
|||
QUEUE_DRIVER: "redis"
|
||||
REDIS_HOST: "cache"
|
||||
DB_HOST: "database"
|
||||
DB_PORT: "3306"
|
||||
networks:
|
||||
default:
|
||||
ipam:
|
||||
|
|
Loading…
Reference in a new issue