Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nasqueron/docker-bugzilla

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 

Repository files navigation

Bugzilla Docker image

Provide a Bugzilla stable version, with CPAN modules.

Usage

To start a container linked against a MySQL container:

$ docker run -dt -p 8080:80 --link mysql:somemysqlcontainer \
  -e DB_HOST=mysql -e DB_USER=bugs -e DB_PASSWORD=bugs \
  -e BUGZILLA_URL=https://bugzilla.domain.tld
  nasqueron/bugzilla

To use networks, replace the --link option by a network configuration.

Credits

The dependencies and the configuration variables to provide are partially based on Dave Lawrence (dklawren) work.

About

Bugzilla image intended to be configured through environment and run with a MySQL container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.