Piwigo
Photo gallery software for the web, built by an active community of users and developers.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
piwigo:
image: lscr.io/linuxserver/piwigo:latest
container_name: piwigo
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/piwigo/config:/config
- /path/to/appdata/gallery:/gallery
ports:
- 80:80
restart: unless-stoppedResources
Website: https://piwigo.org/
GitHub: https://github.com/Piwigo/Piwigo
Docker Hub: https://hub.docker.com/r/linuxserver/piwigo
Configuration: https://github.com/linuxserver/docker-piwigo