✏️ Version ≠ Version

This commit is contained in:
Christian Mäder 2018-04-04 09:50:17 +02:00
parent f56a79381b
commit 0b55a24188
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ COPY startup_scripts/ /opt/netbox/startup_scripts/
COPY initializers/ /opt/netbox/initializers/
```
## Version
## Netbox Version
The `docker-compose.yml` file is prepared to run a specific version of NetBox.
To use this feature, set the environment-variable `VERSION` before launching `docker-compose`, as shown below.