This image is updated via pull requests to the tle06/lychee GitHub repo.
Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.
Starting the lychee instance listening on port 80 is as easy as the following:
$ docker run -d --restart=always -p 80:80 tlnk/lychee
Then go to http://localhost/ and go through the wizard.
<mydatalocation>:/uploads (Save all upload from lychee)<mydatalocation>:/data (save configuration file from lychee)Docker
version: '2'
services:
lychee:
image: tlnk/lychee
ports:
- 80:80
Content type
Image
Digest
Size
186.7 MB
Last updated
almost 9 years ago
docker pull tlnk/lychee