Dockerfile for running Pydio.
358
Dockerfile for running Pydio.
docker run -d -p 80:80 javierprovecho/docker-pydio
Copy the credetentials of MySQL DB with:
docker logs <container-id>
Launch your favorite web browser and go to http://<server-ip>/pydio.
Use the set-up wizzard to install Pydio. Select MySQL as storage option.
Use pydio (lowercase) as the database name. Use the previous credentials
to authenticate with MySQL.
Copy the modified .htaccess. Log into the container using:
docker exec -it bash
Use vi or install your favourite text editor to paste the content where the installer has pointed before.
Reload the webpage at your browser.
.htaccess part.Content type
Image
Digest
sha256:d4180324d…
Size
180.5 MB
Last updated
almost 11 years ago
docker pull javierprovecho/docker-pydio