From 5fdc09e846c718e5be627afe8b3e59575113fea9 Mon Sep 17 00:00:00 2001 From: "jonas@geiger-natur.de" Date: Sat, 24 Jan 2026 11:52:01 +0100 Subject: [PATCH] symbolic link guide --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d22c99d..b59d353 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ WantedBy=multi-user.target With this the local mount directory will be connected with the storagebox. Every Folder for the Applications will be created automatically based on your docker-compose configuration. +This would cause an error somehow because the connection will be lost after time. to fix that there is a symbolic-link needed. +Run `ln -s /mnt/storagebox-crypt /media/storagebox-crypt` to create a link that uses the media directory. +Your services should use `/media/storagebox-crypt` instead of `/mnt/storagebox-crypt` in the volume settings. + + - Then Run `systemctl start rclone-storagebox-crypt.service`