Question
Issues w/ Dokku Subdomains, pushes, and DB's
Having some issues lately with the 1 click app Dokku on Ubuntu 14, seems to hang completely when attempting to either push or run a mysql/mariadb command.
Setup Dokku using virtual hosts naming (subdomain.domain.com). Can access the root domain, but all other subdomains cant be found. Have been fiddling with dns all day but no dice. Current setup is: default settings with an addition of - cname * @
As for git pushes, they initially worked, then started to error out, and now simply hang. Added them by: git remote add dokku dokku@ip_address:app_name, since dokku dokku@domain_name:app_name was giving errors.
Installed mysql plugin, and running any command hangs the console, deleted mysql and install mariadb - same issue.
Not sure if this makes a difference, but all the apps are php based (wordpress).
Any ideas?
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×