The ABSOLUTE BEST Way to Set Up a Cloud Storage Server on a Windows PC

2 months ago
10

The absolute best way to set up a cloud storage server on your Windows PC using Nextcloud with the help of docker.

Learn how to setup your own cloud storage server on Windows today! In this video, we'll take you through a step-by-step guide on how to create a personalized cloud storage solution on your Windows machine. Say goodbye to expensive cloud storage subscriptions and take control of your data. This DIY cloud storage solution is perfect for individuals and businesses looking to reduce costs and increase data security. With our easy-to-follow tutorial, you'll be up and running in no time. So, what are you waiting for? Watch now and start storing your files securely and efficiently!

docker run ^
--sig-proxy=false ^
--name nextcloud-aio-mastercontainer ^
--restart always ^
--publish 80:80 ^
--publish 8080:8080 ^
--publish 8443:8443 ^
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config ^
--volume //var/run/docker.sock:/var/run/docker.sock:ro ^
-e NEXTCLOUD_DATADIR="/run/desktop/mnt/host/c/ncdata" ^
nextcloud/all-in-one:latest

https://localhost:8080

Loading comments...