Sign inSign up

neonorb/bugzilla

By neonorb

Updated over 9 years ago

Image
0

253

neonorb/bugzilla repository overview

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"

Tag summary

Content type

Image

Digest

Size

321.4 MB

Last updated

over 9 years ago

docker pull neonorb/bugzilla