Skip to content

0.6.0

Latest

Choose a tag to compare

@danroc danroc released this 23 Feb 12:15
· 36 commits to main since this release
Immutable release. Only release title and notes can be modified.
5d4d4cd

Breaking changes

  • Change Docker default config path to /config.yaml and 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