docker-phabricator
docker-phabricator copied to clipboard
docker-compose configuration for running phabricator
I noticed that on my installation (Docker version 19.03.3, build a872fc2f86) on Ubuntu 19.10, the db container kept failing. Examining the logs showed: `[ERROR] Could not open mysql.plugin table. Some...
A couple of things with the php image that I had to fix: Firstly the directory for the `tail` didn't exist, so I added a `mkdir -p` to the `./php/phd`...
Hi, why my daemon not running shown on `{url}/config/issue/daemons.not-running/` It said ``` The Phabricator daemons are not running, so Phabricator will not be able to perform background processing (including sending...
I am trying to run it in windows 10. The containers for phd, mysql and aphlict cannot seem to start. I tried manually starting them using `docker run` and with...