mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
Merge pull request #1736 from elhananjair/patch-4
Changing type of DB_PORT to string
This commit is contained in:
commit
48e30af05b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ services:
|
||||||
configurator:
|
configurator:
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: db
|
DB_HOST: db
|
||||||
DB_PORT: 3306
|
DB_PORT: "3306"
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue