add siteroot
This commit is contained in:
@ -3,12 +3,15 @@ FROM debian:latest
|
||||
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
||||
LABEL ImageName="registry.hottis.de/dockerized/reviewboard"
|
||||
LABEL AlternativeImageName="wollud1969/reviewboard"
|
||||
LABEL Repository="https://home.hottis.de/gitlab/dockerized/reviewboard"
|
||||
|
||||
|
||||
ENV DBHOST "mariadb"
|
||||
ENV DBNAME "reviewboard"
|
||||
ENV DBUSER "reviewboard"
|
||||
ENV DBPASS "geheim"
|
||||
ENV ADMINPASS "geheim"
|
||||
ENV SITEROOT "/"
|
||||
ARG RB_VERSION
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user