Skip to content

imageleaf/phabricator

 
 

Repository files navigation

phabricator

A docker composition for Phabricator:

Run with image from hub.docker.com

Run mysql:

docker run --name phabricator-database imageleaf/phabricator-mysql

Run phabricator:

docker run -p 8081:80 --link phabricator-database:database imageleaf/phabricator

Go to http://localhost:8081

Run using docker-compose

docker-compose up -d

Go to http://localhost:8081

Credit

Based on the great work by Yvonnick Esnault: yesnault/docker-phabricator

About

Dockerfile with debian / mysql / phabricator

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 60.2%
  • PHP 20.2%
  • Shell 19.6%