-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose related suggestions #3
Comments
There are some problem with mysql, I changed to following config to make it work. version: '3' |
@nagimov thank you for your improovement suggestion! Exposing container port 3306 to host in docker-compose deployment was configured by default to external access to Mysql with DB management tool. I'am agree with you and remove default port eosing in commit 69a1179 Can't include owa-config.php with default Mysql connection settings in OWA container, because:
|
I didn't modify .env file before I ran docker-compose up, I have now changed it how do I reinstall? |
Just a couple suggestions to your compose config:
3309:3309
is excessive (also opens the port on the host for no reason)owa-config.php
directly ifowa-config.php
file not foundThe text was updated successfully, but these errors were encountered: