Fix typo
This commit is contained in:
parent
a73108f291
commit
c8d5e79d66
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ This creates a Docker image with the name `brouter-web`.
|
||||||
To run the previously build Docker image run:
|
To run the previously build Docker image run:
|
||||||
|
|
||||||
docker run --rm --name brouter-web \
|
docker run --rm --name brouter-web \
|
||||||
-p 127.0.0.1:80:80 \
|
-p 127.0.0.1:8080:80 \
|
||||||
-v "`pwd`/config.js:/usr/share/nginx/html/config.js" \
|
-v "`pwd`/config.js:/usr/share/nginx/html/config.js" \
|
||||||
-v "`pwd`/keys.js:/usr/share/nginx/html/keys.js" \
|
-v "`pwd`/keys.js:/usr/share/nginx/html/keys.js" \
|
||||||
-v "`pwd`/profiles:/usr/share/nginx/html/profiles" \
|
-v "`pwd`/profiles:/usr/share/nginx/html/profiles" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue