Closed JannikWilhelm closed 1 year ago
docker-compose.yml contents
version: '3' services: db: image: mariadb:10.7 restart: always command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW volumes: - /home/dock/nextcloud/db:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=REDACTED - MYSQL_PASSWORD=REDACTED - MYSQL_DATABASE=nextcloud - MYSQL_USER=REDACTED restart: unless-stopped app: image: nextcloud restart: always ports: - 80:80 links: - db volumes: - /nextcloud/nextcloud:/var/www/html - /nextcloud/apps:/var/www/html/custom_apps - /nextcloud/config:/var/www/html/config - /nextcloud/data:/var/www/html/data environment: - MYSQL_PASSWORD=REDACTED - MYSQL_DATABASE=nextcloud - MYSQL_USER=REDACTED - MYSQL_HOST=db restart: unless-stopped
Thanks for the bug report. I can reproduce the problem and will find a fix :slightly_smiling_face:
Fixed in 77e43fac416a2927712f417e39e29853973a7825, I'll do a patch release tomorrow
Describe the bug After upgrade to Version 0.21.0 the dashboard card no longer works. The balances of all 3 graphs are 0 for all points. Also the lines are offset downwards extremely (about 2 cards high per line) and not respecting the card borders.
To Reproduce Steps to reproduce the behavior:
Expected behavior All 3 graphs should be inside the card applet and displaying the corresponding values
Screenshots If applicable, add screenshots to help explain your problem.
Nextcloud information (please complete the following information):
Desktop (please complete the following information):