wiki/howto/windestimation.md
... ...
@@ -23,7 +23,7 @@ For your account that is equipped with the ``TRACKED_RACE:EXPORT`` permission yo
23 23
24 24
```
25 25
docker run --mount type=bind,source=/tmp/windEstimationModels.dat,target=/home/sailing/windEstimationModels.dat \
26
- -m 10g --rm -it \
26
+ -m 10g --rm -d \
27 27
-e MONGODB_URI="mongodb://172.17.0.1/windestimation?retryWrites=true" \
28 28
-e BEARER_TOKEN="{your-bearer-token-here}" \
29 29
-e MEMORY=-Xmx8g \