I'm using this project as a base to install FusionPBX in CoreOS. The Docker Hub images work great. (I really appreciate you doing all the hard work for me.)
If the container is rebuilt, the GUI breaks. The top nav bar contains just the FusionPBX icon but no menus, and 95% of the dashboard is missing.
The problem stems from changes in FusionPBX since your Docker Hub images were built at rev. 120b37361e27. Sadly, I'm pretty clueless with php, and too lazy to bisect the 800 commits in between, so I resorted to checking out the known-working revision in my fork. If this problem rings a bell, I'd love to hear about it.
Thanks again. The changes I'm attempting are to pull all stateful filesystem directories into one place and to set the DB password from the start-freeswitch.sh script. With the latter change, there's no need to manually run the extra password setup command; if that looks interesting, let me know and I'll sumbit a PR. Thanks again!
I'm using this project as a base to install FusionPBX in CoreOS. The Docker Hub images work great. (I really appreciate you doing all the hard work for me.)
If the container is rebuilt, the GUI breaks. The top nav bar contains just the FusionPBX icon but no menus, and 95% of the dashboard is missing.
The problem stems from changes in FusionPBX since your Docker Hub images were built at rev. 120b37361e27. Sadly, I'm pretty clueless with php, and too lazy to bisect the 800 commits in between, so I resorted to checking out the known-working revision in my fork. If this problem rings a bell, I'd love to hear about it.
Thanks again. The changes I'm attempting are to pull all stateful filesystem directories into one place and to set the DB password from the
start-freeswitch.shscript. With the latter change, there's no need to manually run the extra password setup command; if that looks interesting, let me know and I'll sumbit a PR. Thanks again!