Merge pull request #1736 from elhananjair/patch-4

Changing type of DB_PORT to string
This commit is contained in:
Daniel Radl 2025-11-19 10:13:58 +01:00 committed by GitHub
commit 48e30af05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ services:
configurator:
environment:
DB_HOST: db
DB_PORT: 3306
DB_PORT: "3306"
depends_on:
db:
condition: service_healthy