You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are affected by the same issue.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Steps to reproduce
Create some test files and folders in a (otherwise empty) directory
Setup Nextcloud using the 17.0.5-apache Docker image, mounting the mentioned directory as /var/www/html/
Start the docker image
Expected behaviour
Existing files that don't belong to a Nextcloud installation are left intact.
Actual behaviour
The directory is cleared completely, including all files and directories within.
This is fatal when you accidentally mount a wrong path as/var/www/html/. In my case, I accidentally mounted /docker instead of /docker/nextcloud, and thus lost all my docker container data.
How to use GitHub
Steps to reproduce
17.0.5-apache
Docker image, mounting the mentioned directory as/var/www/html/
Expected behaviour
Existing files that don't belong to a Nextcloud installation are left intact.
Actual behaviour
The directory is cleared completely, including all files and directories within.
This is fatal when you accidentally mount a wrong path as
/var/www/html/
. In my case, I accidentally mounted/docker
instead of/docker/nextcloud
, and thus lost all my docker container data.Server configuration
17.0.5-apache
docker image from Docker Hub.Logs
The text was updated successfully, but these errors were encountered: