diff options
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 |