From afa05f57ab843aab7458e6c7267075ec75ceeff8 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 9 Feb 2025 17:21:24 +0100 Subject: [PATCH] Update --- fireflyiii/Dockerfile | 2 ++ fireflyiii/config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index dd856f16f..371308776 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -33,6 +33,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # # Change data location # grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g' +USER root + RUN \ # Change upload folder to "ha_upload" since the default one is binded to a volume (see base image) sed -i "s/'root' => storage_path('upload'),/'root' => storage_path('ha_upload'),/g" /var/www/html/config/filesystems.php diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 39ef49aed..192d6a5db 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -106,6 +106,6 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "20250205.2-2", + "version": "20250205.2-1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }