From beea97c85e203afcc76ddd4cc40100021de4f62a Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 21 Jun 2014 00:18:22 +0200 Subject: adding dependency for ooconv server and exposing 2002 port for this image. --- Services/php/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Services/php') diff --git a/Services/php/README.md b/Services/php/README.md index 03fa696..4844da0 100644 --- a/Services/php/README.md +++ b/Services/php/README.md @@ -2,8 +2,9 @@ STARTX docker-images - PHP ========================== **Description** -Based on the [tutum php](https://github.com/tutum/apache-php) Dockerfile +Based on the [tutum php](https://registry.hub.docker.com/u/tutum/apache-php) Dockerfile **Usage** - docker run --name="test-www" -d -e VIRTUAL_HOST=php.project.dev.startx.fr startx/sv-php + docker run -d -p 80:80 startx/sv-php // minimum to run properly the server + docker run -d -p 80:80 --name="test-www" -e VIRTUAL_HOST=php.project.dev.startx.fr startx/sv-php -- cgit v1.2.3