Redmine installation with PostgreSQL support
238
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
Content type
Image
Digest
Size
206.4 MB
Last updated
over 10 years ago
docker pull mhurron/redmine:321_pg4