MyGit

0.19.6

Freika/dawarich

版本发布时间: 2024-12-11 21:59:22

Freika/dawarich最新发布版本:0.22.3(2025-01-15 06:37:39)

⚠️ This release introduces a breaking change. ⚠️

The dawarich_shared volume now being mounted to /data instead of /var/shared within the container. It fixes Redis data being lost on container restart.

To change this, you need to update the docker-compose.yml file:

  dawarich_redis:
    image: redis:7.0-alpine
    container_name: dawarich_redis
    command: redis-server
    volumes:
+     - dawarich_shared:/data
    restart: always
    healthcheck:

Telemetry is now disabled by default. To enable it, you need to set ENABLE_TELEMETRY env var to true. For those who have telemetry enabled using DISABLE_TELEMETRY env var set to false, telemetry is now disabled by default.

Fixed

Changed

💙 This release is supported by Steven B., James Manolios, chenrik and aldumil on Patreon 💙

What's Changed

Full Changelog: https://github.com/Freika/dawarich/compare/0.19.5...0.19.6

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-12-11发行的版本