Skip to content

xmanyou/piwigo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install Piwigo with Docker in minutes

a Piwigo docker image

中文文档

https://xmanyou.com/install-piwigo-with-docker-in-minutes/

Content

Start

Make sure you have docker-compose installed

docker-compose up -d

Below services will start:

  • mysql 5 database: piwigo user: piwigo password: piwigo

  • piwigo (from linuxserver/piwigo) access port on : 8899

Shutdown

docker-compose down

Install Piwigo

Open Piwigo setup page on: http://localhost:8899

Fill the form with below database configuration

  • Host: db (the docker service name)
  • User: piwigo (mysql db user)
  • Password: piwigo (mysql db password)
  • Database name: piwigo (mysql db name)

and setup your Administration configuration

then click "Start installation".

piwigo_setup

Everything should be ready in seconds.

piwigo_setup_ready

Costomization

You may edit the docker-compose.yml file to costomize your setup.

Further reading