From 631f0690b40700d03f05c9d3699c51fa54da0ef8 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 21 Jun 2015 13:24:00 -0400 Subject: [PATCH] Changed deplyname to deployname --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca9981a..371d1d3 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ As with all docker containers its possible to link resources from the host OS to Then start your container and connect these volumes like so: ``` -sudo docker run -e 'GIT_REPO=git@git.ngd.io:ngineered/ngineered-website.git' -v /opt/ngddeploy/:/root/.ssh -v /opt/deployname/ssl:/etc/nginx/ssl -v /opt/deplyname/sites-enabled:/etc/nginx/sites-enabled -p 8080:80 --link some-mysql:mysql -d richarvey/nginx-php-fpm +sudo docker run -e 'GIT_REPO=git@git.ngd.io:ngineered/ngineered-website.git' -v /opt/ngddeploy/:/root/.ssh -v /opt/deployname/ssl:/etc/nginx/ssl -v /opt/deployname/sites-enabled:/etc/nginx/sites-enabled -p 8080:80 --link some-mysql:mysql -d richarvey/nginx-php-fpm ``` ## Special Features