mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
fix
This commit is contained in:
parent
8e795d4b4b
commit
5db8348348
@ -11,7 +11,7 @@ compared to older generation of web servers.
|
|||||||
```
|
```
|
||||||
$ mkdir html
|
$ mkdir html
|
||||||
$ echo 'hello world' > html/index.html
|
$ echo 'hello world' > html/index.html
|
||||||
$ docker run -d -p 8080:80 -v html:/var/www/html vimagick/h2o
|
$ docker run -d -p 8080:80 -v `pwd`/html:/var/www/html vimagick/h2o
|
||||||
$ curl localhost:8080
|
$ curl localhost:8080
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user