Hi,

I've just tried out Mayan the first time using Docker. I used the following 
command to start the docker image:

docker run -d --name mayan-edms --restart=always -p 80:80 -v 
> mayan_data:/media/Store/data/mayan/data mayanedms/mayanedms:2.6.4-4


"docker volume inspect mayan_data" returns the following:

[
>     {
>         "Driver": "local",
>         "Labels": null,
>         "Mountpoint": "/var/lib/docker/volumes/mayan_data/_data",
>         "Name": "mayan_data",
>         "Options": {},
>         "Scope": "local"
>     }
> ]


So something went wrong somewhere on the way.

Both /var/lib/docker/volumes/mayan_data/_data and 
/media/Store/data/mayan/data are empty.

Where is Mayan storing its data?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to