Skip to content

Commit

Permalink
Fixed typo in docker compose documentation (activecm#650)
Browse files Browse the repository at this point in the history
VERSION rather than RITA_VERSION is what is actually used by the docker compose file
  • Loading branch information
IanLee1521 authored Jun 22, 2021
1 parent 603430b commit 0ac5ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Docker Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export LOGS=/path/to/your/zeek/logs
docker-compose run --rm rita import /logs your-dataset
```

Note: If you'd like to use a different version of RITA than the default `latest` you can do so using the `RITA_VERSION` variable.
Note: If you'd like to use a different version of RITA than the default `latest` you can do so using the `VERSION` variable.

```
export VERSION=v3.0.6
Expand Down

0 comments on commit 0ac5ea5

Please sign in to comment.