mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Changing type of DB_PORT to string
A value for DB_PORT must be a string for the podman-compose to work.
This commit is contained in:
parent
473081a2ad
commit
f770253b89
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