fixing syntax

This commit is contained in:
Ric Harvey
2015-01-27 17:59:28 +00:00
parent 799ae11d0d
commit 383e49fc34

View File

@@ -68,7 +68,6 @@ To link the container launch like this:
```bash
sudo docker run -e 'GIT_REPO=git@git.ngd.io:ngineered/ngineered-website.git' -v /opt/ngddeploy/:/root/.ssh -p 8080:80 --link some-mysql:mysql -d richarvey/nginx-php-fpm
```
# Special Features
## Templating
@@ -81,7 +80,6 @@ database_host = $$_MYSQL_PORT_3306_TCP_ADDR_$$;
...
?>
```
## Using environment variables
If you want to link to an external MySQL DB and not using linking you can pass variables directly to the container that will be automatically configured by the container.