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
I'm using this container in combination with ansible.
As such, I use ansible to manage the ipconfig.php file, with all its configurations.
Unfortunately, this container overwrites the values in the config, which means I must set all the environment variables like the domain name and database settings.
Would be nice if this could be optional, like having a parameter to disable the automatic configuration, thereby skipping the modifications of the ipconfig.php file.
@sameersbn
Or is this somehow built in and I'm missing something?
The text was updated successfully, but these errors were encountered:
I'm having a similar issue. Every time the container restarts, I have to wait for it to come up, then manually edit the ipconfig.php file to get it working again. I'd like to lock it down to never change, or accept the config folder's version as the main one.
I'm using this container in combination with ansible.
As such, I use ansible to manage the
ipconfig.php
file, with all its configurations.Unfortunately, this container overwrites the values in the config, which means I must set all the environment variables like the domain name and database settings.
Would be nice if this could be optional, like having a parameter to disable the automatic configuration, thereby skipping the modifications of the
ipconfig.php
file.@sameersbn
Or is this somehow built in and I'm missing something?
The text was updated successfully, but these errors were encountered: