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"
Content type
Image
Digest
Size
321.4 MB
Last updated
over 9 years ago
docker pull neonorb/bugzilla