mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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:
|
||||
environment:
|
||||
DB_HOST: db
|
||||
DB_PORT: 3306
|
||||
DB_PORT: "3306"
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Reference in a new issue