Forked from kdelfour/lychee. No Internal MySQL. Based on phusion/baseimage.
2.0K
This repository contains Dockerfile of Lychee for Docker's automated build published to the public Docker Hub Registry.
This was forked from kdelfour/lychee-docker, and I based it off of his build file.
Please check out his repository kdelfour/lychee-docker.
I also used bobmaerten's Dockerfile at bobmaerten/docker-wallabag as a basis for switching the base to phusion/baseimage.
Download automated build from public Docker Hub Registry: docker pull neosar/lychee-docker
(alternatively, you can build an image from Dockerfile: docker build -t="neosar/lychee-docker" github.com/neosar/lychee-docker)
docker run -it -d -p 80:80 neosar/lychee-docker
You can add a shared directory as a volume directory with the argument -v /your-path/uploads/:/uploads/ -v /your-path/data/:/data/ like this :
docker run -it -d -p 80:80 -v /your-path/uploads/:/uploads/ -v /your-path/data/:/data/ neosar/lychee-docker
Get the latest version from github
git clone https://github.com/neosar/lychee-docker
cd lychee-docker/
Build it
sudo docker build --force-rm=true --tag="$USER/lychee-docker:latest" .
And run
sudo docker run -d -p 80:80 -v /your-path/uploads/:/uploads/ -v /your-path/data/:/data/ $USER/lychee-docker:latest
Enjoy !!
Content type
Image
Digest
sha256:69fe3b122…
Size
218 MB
Last updated
about 11 years ago
docker pull neosar/lychee-docker