From 99ebd2e75ca18f5c1646922553b9fa66ac8d2a17 Mon Sep 17 00:00:00 2001 From: Wuzado <23276409+Wuzado@users.noreply.github.com> Date: Tue, 18 Jan 2022 04:12:14 +0100 Subject: [PATCH] Add the DB_PORT environmental variable to the example Docker Compose config (#3796) --- docker-compose.example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index e25b27fcb..1a0159ffe 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -70,6 +70,7 @@ services: QUEUE_DRIVER: "redis" REDIS_HOST: "cache" DB_HOST: "database" + DB_PORT: "3306" networks: default: ipam: