fixing syntax
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user