Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey,
every time I recreated my docker container I had to wait 24 hours until enough data has been collected to return some zimmermann calculation.
Persisting the observations in the containers working directory has been a good start, but didn't help in my case.
I added another environment Variable which is making the user able to define a different directory storing observations.json and geocoderCache.json.
Furthermore I extended the Dockerfile. It is preset to use an anonymous volume storing those files. Its mounted into /data.
Regards