·
36 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Breaking changes
-
Change Docker default config path to
/config.yamland cache path to/cache(#449, @danroc)Required actions: Update volume mounts in your
compose.yaml:# Before - ./config.yaml:/etc/geoblock/config.yaml - geoblock-cache:/var/cache/geoblock # After - ./config.yaml:/config.yaml - geoblock-cache:/cache