Install Nextcloud on a RaspberryPi With Docker! Easy 5 Steps
Hello! Welcome to another video, in this video I show you how to install NextCloud on your RaspberryPi within 5 steps!
#Docker command:
sudo docker run -d -p 80:80 --name nextcloud --restart unless-stopped
-v /mnt/external/nextcloud:/var/www/html
-v /mnt/external/apps:/var/www/html/custom_apps
-v /mnt/external/config:/var/www/html/config
-v /mnt/external/data:/var/www/html/data
-v /mnt/external/theme:/var/www/html/themes nextcloud
Useful Links: NextCloud: https://nextcloud.com/ Setup Auto drive mapping: https://www.linuxbabe.com/desktop-linux/how-to-automount-file-systems-on-linux
2021-02-12
0.0 LBC
None
1558823287 Bytes