Merge branch 'rowanruseler-master'

This commit is contained in:
Christian Mäder 2017-10-16 13:10:21 +02:00
commit 1c2265cca0
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@ Default credentials:
* Username: **admin**
* Password: **admin**
## Dependencies
This project relies only on Docker and docker-compose. But we
* The *Docker version* must be at least `1.13.0`.
* The *docker-compose version* must be at least `1.10.0`.
To ensure this, compare the output of `docker --version` and `docker-compose --version` with the requirements above.
## Configuration
You can configure the app using environment variables. These are defined in `netbox.env`.