Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Dockerfile with debian / mysql / phabricator

Notifications You must be signed in to change notification settings

hackcave/docker-phabricator

 
 

Repository files navigation

docker-phabricator

A docker composition for Phabricator :

Run with image from hub.docker.com

Run a mysql container :

docker run --name databasePhabricator yesnault/docker-phabricator-mysql

Run phabricator :

docker run -p 8081:80 --link databasePhabricator:database yesnault/docker-phabricator 

Go to http://localhost:8081

Local Build and Run

docker-compose up -d

Go to http://localhost:8081

Local Build and Run on osx

docker-compose does not working yet on osx, please use http://www.fig.sh

fig -f docker-compose.yml up

Go to http://localhost:8081

About

Dockerfile with debian / mysql / phabricator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%