This repository was archived by the owner on May 14, 2025. It is now read-only.

Description
Description:
Customization in docker-compose file gets ignored.
Release versions:
2.9.1 / 2.8.2
Custom apps:
Steps to reproduce:
Add a property in the environment section, e.g.
- server.port=9595
Additional context:
The dataflow server instead of starting with 9595 will bind the default 9393 port. Noticed the bug since we have 2.7.0 dataflow version in production with enable https configuration all that gets ignored in new version 2.9.1. I tested more and for some reason, if i disable the waiting part for the MySQL container the expected configuration will kick in e.g. 9595 port started with https.