Skip to content

Web based picture gallery for sharing and caring of images - based on lychee!

License

Notifications You must be signed in to change notification settings

kastenhq/docker-picture-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-picture-gallery

Web based picture gallery for sharing and caring of images - based on lychee!

Base Docker Image

mkodockx/docker-supervisor

Quickstart

docker run -it -d -p 80:80 mkodockx/docker-picture-gallery

Volumes

Add volumes for your uploads and for the stored data via '/uploads/' and '/data/'.

docker run -it -d -p 80:80 -v /your-path/uploads/:/uploads/ -v /your-path/data/:/data/ kdelfour/lychee-docker

Database

We integrated a database to make it possible to run out of the box. The main data of the default database (MySql) inside:

  • url : localhost
  • database name : lychee
  • user name : lychee
  • user password : lychee

Thanks

To kdelfour for inspiration and ideas.

About

Web based picture gallery for sharing and caring of images - based on lychee!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published