Skip to content

neonorb/docker-bugzilla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugzilla in Docker

Example docker-compose.yml file:

version: '2'
services:
  bugzilla:
    restart: unless-stopped
    image: neonorb/bugzilla
    volumes:
      - <localconfig>:/var/www/html/localconfig:rw # configuration including database keys
      - <datadir>/:/var/www/html/data/:rw # assets, attachments, extensions, templates, parameters (config, email & database keys)
    ports:
      - "80:80"

About

docker container for bugzilla

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%