Pydio (formerly AjaXplorer) - file sharing and synchronization
2.4K
Download automated build from public Docker Hub Registry: docker pull mkodockx/docker-pydio
docker run -d -p 80:80 mkodockx/docker-pydio
You should add a shared directory as a volume directory with the arguments -v /your-path/files/:/var/www/pydio/data/files/ -v /var/www/pydio/data/personal/:/pydio-data/personal/ like this :
docker run -it -d -p 80:80 -v /your-path/files/:/var/www/pydio/data/files/ -v /var/www/pydio/data/personal/:/pydio-data/personal/ mkodockx/docker-pydio
Ensure your host paths are accessible for the image e.g. by setting a 0777 to them on the host.
A mysql server with a database is ready, you can use it with this parameters :
-e PYDIO_VERSION=6.0.3
-e DB_NAME=yourdbname
-e DB_USER=yourusername
-e DB_PASS=yoursecret
Content type
Image
Digest
sha256:d9bdf8a9b…
Size
259.4 MB
Last updated
almost 11 years ago
docker pull mkodockx/docker-pydio