diff options
author | chris <cl@startx.fr> | 2014-06-21 00:18:22 +0200 |
---|---|---|
committer | chris <cl@startx.fr> | 2014-06-21 00:18:22 +0200 |
commit | beea97c85e203afcc76ddd4cc40100021de4f62a (patch) | |
tree | 9afd3212274fc0770c0d4cde4ce9a54a28e99bc4 /Services/php/README.md | |
parent | a7f045bdb10bf1383795f014377fcbdc98012e74 (diff) | |
download | phpmyadmin-beea97c85e203afcc76ddd4cc40100021de4f62a.tar.gz phpmyadmin-beea97c85e203afcc76ddd4cc40100021de4f62a.tar.bz2 phpmyadmin-beea97c85e203afcc76ddd4cc40100021de4f62a.tar.xz phpmyadmin-beea97c85e203afcc76ddd4cc40100021de4f62a.zip |
adding dependency for ooconv server and exposing 2002 port for this image.
Diffstat (limited to 'Services/php/README.md')
-rw-r--r-- | Services/php/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
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 |