full bugzilla-4.4 installation for use with external mysql databse
1.0K
This is a complete bugzilla-4.4 installation running on a apache-2.4, and conecting to an extern mysql-server. The container also creates a user "bugzilla" with passwort "bugzilla". So you can ssh into the container and sudo around.
The container exports 80 and port 22
The container exports 3 volumes
docker run -d
--name bugzilla
-p 8666:80
-p 8022:22
-v /usr/local/share/volumes/bugzilla/bugzilla:/var/www/html/bugzilla
-v /usr/local/share/volumes/bugzilla/log:/var/log/apache2
-v /usr/local/share/volumes/bugzilla/bugzilla_home:/home/bugzilla
-h bugzilla.example.com
-e "WWW_HOSTNAME=bugzilla.example.com:8666"
-e "SERVER_ADMIN=[email protected]"
-e "TIMEZONE=Europe/Berlin"
-e "DB_HOST=bugzilladb.example.com"
-e "DB_NAME=bugzilla"
-e "DB_USER=bugzilla"
-e "DB_PASSWD=mysecretpasswd"
cssdata/bugzilla
If you are looking for the source-code you can also pull cssdata/bugzilla from github
Content type
Image
Digest
sha256:d450a9c9d…
Size
380.3 MB
Last updated
over 3 years ago
docker pull cssdata/bugzilla