Merge pull request #10 from levidurfee/master
Changed deplyname to deployname
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user