Sign inSign up

mhurron/redmine

By mhurron

•Updated over 10 years ago

Redmine installation with PostgreSQL support

Image
0

238

mhurron/redmine repository overview

TAG:321_pg4 Redmine 3.2.1 installation using fcgi with PostgreSQL support

Options are passed with Environment settings. Varianles are (with defaults): UPGRADE="NO" DBNAME=redmine DBHOST=localhost DBUSER=redmine DBPASS=redmine

TAG: 261_pg1 Redmine 2.6.1 installation using fcgi with PostgreSQL support

Options are:

-d - DATABASE NAME
-H - HOSTNAME
-u - DATABASE USERNAME
-p - DATABASE PASSWORD

Defaults are
DATABASE = redmine
HOSTNAME = localhost
USERNAME = redmine
PASSWORD = redmine

docker run -i -t mhurron/redmine:261_pg1 -d redmine -H localhost -u redmine -p redmine

Tag summary

Content type

Image

Digest

Size

206.4 MB

Last updated

over 10 years ago

docker pull mhurron/redmine:321_pg4