From 1ad61bef132967fe0adb6605f95303fc40ff0006 Mon Sep 17 00:00:00 2001 From: "jonas@geiger-natur.de" Date: Tue, 23 Dec 2025 16:38:19 +0100 Subject: [PATCH] README mkdir for every service removed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cdf317..d235c16 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,6 @@ 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. -- Then Run `systemctl start rclone-storagebox-crypt.service` -- Now you should create a folder for every service `mkdir /mnt/storagebox-crypt/nextcloud` \ No newline at end of file +- Then Run `systemctl start rclone-storagebox-crypt.service` \ No newline at end of file