RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

crash on startup using disk storage path #27

Closed cguentherTUChemnitz closed 8 years ago

cguentherTUChemnitz commented 8 years ago

The phabricator configuration crashes when the environment variables PHABRICATOR_STORAGE_TYPE disk and PHABRICATOR_STORAGE_PATH /my/path are used. That is caused by a typo error of the phabricator storage path variable.

A fix for this problem is proposed here: https://github.com/hach-que-docker/phabricator/pull/26