diff --git a/website/source/install.html.erb b/website/source/install.html.erb index 69c7da4ad..a26630de5 100644 --- a/website/source/install.html.erb +++ b/website/source/install.html.erb @@ -51,7 +51,7 @@ header: Install - your.email@example.com

Start API Umbrella:

-
$ docker run -d --name=api-umbrella -p 80:80 -p 443:443 -v $PWD/config:/etc/api-umbrella nrel/api-umbrella
+
$ docker run -d --name=api-umbrella -p 80:80 -p 443:443 -v config:/etc/api-umbrella nrel/api-umbrella
<% packages.each do |id, distro| %>