Which path should I take in account to provide persistent storage for Bugzilla
BruceZu opened this issue · 0 comments
BruceZu commented
@dklawren
Excuse me.
I am trying to re-deploy Bugzilla on Kubernetes to provide persistent storage for it
From the Dockfile I find
ENV BUGZILLA_LIB /opt/bugzilla
ENV BUGZILLA_WWW /var/www/html/bugzilla
Are there 2 paths are enough using this docker image?
Thank you so much in advance!