u/LanguageManiac

Nextcloud aio via docker, how do I mount external storage?

Hi, I have sucessfully set up nextcloud-aio via docker. Calls work, great!

However, I don't know how to mount the external storage.

I understand I need to add it somehow in the docker command, but Haven't had any luck. Could anyone tell me how to do this?

just started it copy pasting this, I understand I need to mount the volume here but I'm unsure how

sudo docker run \
  --init \
  --sig-proxy=false \
  --name nextcloud-aio-mastercontainer \
  --restart always \
  --publish 80:80 \
  --publish 8085:8080 \
  --publish 8443:8443 \
  --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
  --volume /var/run/docker.sock:/var/run/docker.sock:ro \
  ghcr.io/nextcloud-releases/all-in-one:latest
reddit.com
u/LanguageManiac — 9 hours ago