You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue for the same feature request?
I have checked the existing issues.
Is your feature request related to a problem?
Optimize configuration files to give users more choices
I adjusted these configurations according to the official documentation.
Describe the feature you'd like
I adjusted these configurations according to the official documentation.
But in fact, my modification of the service_conf.yaml.template file is not effective. Because I used the command docker compose -f docker/docker-compose.yml up -d, the configuration file in the remote image cannot be modified. Since env provides the corresponding variables, why not reference them in the example instead of writing them hard? Because I may have my own mysql, es and other components. And the default ports of these services have been occupied by other services, so I need to customize the ports
Describe implementation you've considered
No response
Documentation, adoption, use case
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
I adjusted these configurations according to the official documentation.
But in fact, my modification of the service_conf.yaml.template file is not effective. Because I used the command
docker compose -f docker/docker-compose.yml up -d
, the configuration file in the remote image cannot be modified. Since env provides the corresponding variables, why not reference them in the example instead of writing them hard? Because I may have my own mysql, es and other components. And the default ports of these services have been occupied by other services, so I need to customize the portsDescribe implementation you've considered
No response
Documentation, adoption, use case
Additional information
No response
The text was updated successfully, but these errors were encountered: