konsD Posted Tuesday at 05:39 PM Posted Tuesday at 05:39 PM (edited) Hello. I am a new user of the armbian. I installed nextcloud from armbian-config. Need docker to have access to the file system. I want to place the nextcloud files in the home directory, which is mounted on another partition. I don't understand how to give docker access to my file system. I didn't find the necessary setting in armbian-config. I'm stuck on initial setup Edited Tuesday at 05:41 PM by konsD 0 Quote
Igor Posted Wednesday at 02:53 PM Posted Wednesday at 02:53 PM 21 hours ago, konsD said: I want to place the nextcloud files in the home directory, which is mounted on another partition By default we mount all containers (data and config) folders under /armbian which has rights of 1st normal user of the OS - most expected use case scenario. If you want more complex deployment, you need to create your own Docker run / compose and mount containers folder elsewhere or try to bind mount what you need - on the OS level. Armbian-config is designed for inexperienced Linux users that would likely use default setup scenario. We purpusefully don't allow too many config options which would be confusing or / and would require additional learning in the process of installation. If you want to do it more on your own, please check this article https://docs.linuxserver.io/images/docker-nextcloud/ This is the fundation behind armbian-config way. 0 Quote
konsD Posted Wednesday at 03:03 PM Author Posted Wednesday at 03:03 PM It may be possible to change the mount parameters of an already installed docker container. Is it possible to add mount options? 0 Quote
Werner Posted Wednesday at 03:41 PM Posted Wednesday at 03:41 PM Not via armbian-config. This is just a very simply way to do an initial setup. Here is the code that basically happens behind the scenes: https://github.com/armbian/configng/blob/main/tools/modules/software/module_nextcloud.sh So nothing fancy. just a docker run command. I personally prefer using docker-compose.yml instead of endless docker commands. Stuff is well-arranged and after adjusting like mounts down, up and ready to go. As mentioned above for customized installation please refer to the origin of the nextcloud container linuxserver.io. I am pretty sure they have examples for docker compose as well. 0 Quote
konsD Posted Wednesday at 07:45 PM Author Posted Wednesday at 07:45 PM 3 часа назад, Werner сказал: Not via armbian-config I understand that. It can probably be done with /lib/systemd/system/docker.service? I used to install the nextcloud manually, but it was very tedious. I don't know docker at all, so I have difficulties with it Where can I see the error logs? 0 Quote
Solution Michael Robinson Posted Thursday at 12:55 AM Solution Posted Thursday at 12:55 AM You could load up portainer and edit the container config. https://docs.portainer.io/start/install-ce/server/docker/linux This will give you a web based gui to deploy or configure your docker containers. 0 Quote
konsD Posted Friday at 08:45 AM Author Posted Friday at 08:45 AM 13.03.2025 в 03:55, Michael Robinson сказал: portainer Thank you! This is what I needed. Easy to set up. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.