diff --git a/services/identity/compose.yaml b/services/identity/compose.yaml index fc6e2d30..3d75b4b5 100644 --- a/services/identity/compose.yaml +++ b/services/identity/compose.yaml @@ -1,6 +1,6 @@ services: dawarich-app: - image: freikin/dawarich:0.22.4 + image: freikin/dawarich:0.23.5 container_name: dawarich-app volumes: - "{{ appdata_path }}/dawarich/public:/var/app/public" @@ -55,7 +55,7 @@ services: command: redis-server restart: unless-stopped dawarich-sidekiq: - image: freikin/dawarich:0.22.4 + image: freikin/dawarich:0.23.5 container_name: dawarich-sidekiq volumes: - "{{ appdata_path }}/dawarich/public:/var/app/public"