⚠️ 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