Skip to content

A Piwigo setup using Docker and Docker compose

License

Notifications You must be signed in to change notification settings

flutchman/piwigo-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piwigo Docker/Docker compose

Prerequisites

  • Docker (>= 18.03-1-ce)
  • docker-compose (>= 1.20.1)

Setup

Run

$ docker build -t piwigo-docker ./
$ docker-compose up -d

then Piwigo's installation page should be available at http://localhost:8000.

Note: It might take a few seconds to be available

The default value for the database URL is mysql, the user is piwigo and the password is piwigo again. The initial database being created is called piwigo.

The rest is for you to choose from.

About

A Piwigo setup using Docker and Docker compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%