Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 451 Bytes

Simple Image Gallery

A simple way photo gallery container using fgallery.

Usage

At its core, this uses the nginx container.

Images to put in the gallery should be in the /images directory.

docker run \
  --rm \
  -v ~/Downloads/kittens:/images:ro \
  -p 80:80 \
  -e "GALLERY_TITLE=My Photos" \
  docwhat/image-gallery