After update software in liquibase container, new version of netcat changed content of message for successfull connect to open port. Because of this, while loop, in run.sh script never ends, and loading liquibase updates, will be never processed. Liquibase container never stops.
This fix solve this. Never use netcat for this again.
Also added mysqli php extension to modules loaded to www container - for test work with mysqli phptype driver.
After update software in liquibase container, new version of netcat changed content of message for successfull connect to open port. Because of this, while loop, in run.sh script never ends, and loading liquibase updates, will be never processed. Liquibase container never stops. This fix solve this. Never use netcat for this again. Also added mysqli php extension to modules loaded to www container - for test work with mysqli phptype driver.