/docker-piwigo

Host and share your photos with Piwigo

Primary LanguageMakefile

Piwigo

Host and share your photos with Piwigo.

Piwigo is photo gallery software for the web, built by an active community of users and developers.

Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.

Browse the demo to discover Piwigo features on gallery side and change graphical theme on the fly.

ENVIRONMENT

DATABASE

  • DB_HOST: MySQL Server. Default: localhost, Possible Values: "FQDN or IP"
  • DB_USER: MySQL User. Default: piwigo, Possible Values: "<string>"
  • DB_PASS: MySQL Password. Default: "<empty>", Possible Values: "<string>"
  • DB_BASE: MySQL Database. Default: piwigo, Possible Values: "<string>"
  • DB_PREFIX: MySQL Table Prefix. Default: "<empty>", Possible Values: "<string>"