Skip to content

javierprovecho/docker-pydio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-pydio

Dockerfile for running Pydio.

Simple start

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.

TODO

  • Instructions for volumes.
  • Automatize the .htaccess part.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages