a Piwigo docker image
https://xmanyou.com/install-piwigo-with-docker-in-minutes/
- mysql 5
- linuxserver/piwigo (https://github.com/linuxserver/docker-piwigo)
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
docker-compose down
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".
Everything should be ready in seconds.
You may edit the docker-compose.yml file to costomize your setup.
- 欢迎访问厦门暗游的技术博客 https://xmanyou.com/
- Piwigo : https://piwigo.org/