From d7797bc7f1aaff027a2c7587ff1fe5341e05d6dc Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 06:39:42 +0000 Subject: [PATCH] Update 'root/usr/libexec/apps/filebrowser/filebrowser.sh' --- root/usr/libexec/apps/filebrowser/filebrowser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/libexec/apps/filebrowser/filebrowser.sh b/root/usr/libexec/apps/filebrowser/filebrowser.sh index 3fe5247..f654e6a 100755 --- a/root/usr/libexec/apps/filebrowser/filebrowser.sh +++ b/root/usr/libexec/apps/filebrowser/filebrowser.sh @@ -43,7 +43,7 @@ services: - $port:8080 volumes: - $config:/data - - ./filebrowser:/config + - ./filebrowser-app:/config environment: - FB_BASEURL=${LAN_IP} restart: always