github Freika/dawarich 0.6.1

latest releases: 0.8.2, 0.8.1, 0.8.0...
18 days ago

⚠️ IMPORTANT: ⚠️

Please update your docker-compose.yml file to include the following changes:

  dawarich_sidekiq:
    image: freikin/dawarich:latest
    container_name: dawarich_sidekiq
    volumes:
      - gem_cache:/usr/local/bundle/gems
+     - public:/var/app/public

Added

  • Added a line with public volume to sidekiq's docker-compose service to allow sidekiq process to write to the public folder

Fixed

  • Fixed a bug where the export file was not being created in the public folder

Full Changelog: 0.6.0...0.6.1

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.