Skip to content

gmiller01/piwigo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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 ./
or 
$ docker build -t piwigo-docker ./ -f Dockerfile-UBI

$ 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages