Owncloud Docker data stored to be stored on another docker server and https

Hello, I am currently on an Owncloud project via Docker and I am currently in diffuculty, the diffuculties are:

  • I want the data stored on owncloud (text, photo, video) to be stored on another docker server (example: a volume)
  • Owncloud docker in https

I’m not very good at docker and Linux.

Mr_Hassan60

Hello,

Regarding the ownCloud storage in docker, please use an external storage location as our documentation describes.

https://doc.owncloud.com/server/admin_manual/installation/docker/

2 Likes

Hello,

i tried modifying in the .yaml file so that the storage is in other external storage, but nothing to change.

If you edit the docker-compose.yaml you need to rerun docker-compose up -d to apply the changes.
This isn’t really an ownCloud problem from my perspective, you should go through docker and docker-compose docs.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.