We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 98187573 authored by Alexander Schenkel's avatar Alexander Schenkel

Fixed documentation bug

parent 241330c4
......@@ -12,7 +12,7 @@ Usage
------
```
$ docker run -d -P bylexus/apache-php
$ docker run -d -P bylexus/apache-php55
```
With all the options:
......@@ -20,7 +20,8 @@ With all the options:
```bash
$ docker run -d -p 8080:80 \
-v /home/user/webroot:/var/www \
-e PHP_ERROR_REPORTING='E_ALL & ~E_STRICT'
-e PHP_ERROR_REPORTING='E_ALL & ~E_STRICT' \
docker run -d -P bylexus/apache-php55
```
* `-v [local path]:/var/www` maps the container's webroot to a local path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment