Add the DB_PORT environmental variable to the example Docker Compose config (#3796)

This commit is contained in:
Wuzado 2022-01-18 04:12:14 +01:00 committed by GitHub
parent 7d0d71baec
commit 99ebd2e75c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ services:
QUEUE_DRIVER: "redis"
REDIS_HOST: "cache"
DB_HOST: "database"
DB_PORT: "3306"
networks:
default:
ipam: