Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Dockerfile with debian / mysql / phabricator

Notifications You must be signed in to change notification settings

optimizely/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

Running on OSX

Requires

  • boot2docker

  • docker

From a terminal, execute:

docker-compose up

and then execute

boot2docker ip

Then open up a browser and navigate to

http://{boot2docker ip}:8081

About

Dockerfile with debian / mysql / phabricator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%