diff --git a/README.org b/README.org index 84e56c4..2b390c6 100644 --- a/README.org +++ b/README.org @@ -95,7 +95,7 @@ : $ docker build -t raincloud:latest -f Dockerfile A container of the image exposes raincloud at port =8000= and uses the base directory =/var/www/raincloud=. - Use dockers =-p= and =-v= flag to map the port on your host and to mount a base directory: + Use dockers =-p= to map the port on your host and =-v= flag to mount a local base directory: : $ docker run -p :8000 -v :/var/www/raincloud raincloud:latest