summaryrefslogtreecommitdiffstats
path: root/Services/php
diff options
context:
space:
mode:
Diffstat (limited to 'Services/php')
-rw-r--r--Services/php/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/php/README.md b/Services/php/README.md
index ede4427..f0b0326 100644
--- a/Services/php/README.md
+++ b/Services/php/README.md
@@ -2,7 +2,7 @@
## Running from docker registry
- # docker run -d -p 8080:80 --name="test-www" startx/sv-php
+ # docker run -d -p 8080:80 --name="test-www" -e VIRTUAL_HOST=www.project.startx.fr startx/sv-php
## Running from local Dockerfile
@@ -19,7 +19,7 @@ and build the container
### Running local image
- # docker run -d -p 8080:80 --name="test-www" <username>/www
+ # docker run -d -p 8080:80 --name="test-www" -e VIRTUAL_HOST=www.project.startx.fr <username>/www
## Accessing server