mirror of
https://github.com/Noratrieb/dockerolat.git
synced 2026-01-14 09:55:03 +01:00
allow overriding host
This commit is contained in:
parent
6445bf50eb
commit
f14446803f
5 changed files with 8 additions and 5 deletions
|
|
@ -51,6 +51,7 @@ ENV JRE_HOME /home/openolat/jre
|
|||
|
||||
ENV DB_PASSWORD default
|
||||
ENV DB_URL jdbc:postgresql://localhost:5432/oodb
|
||||
ENV OLAT_HOST localhost
|
||||
|
||||
RUN mkdir -p /home/openolat/conf/Catalina/localhost/
|
||||
COPY ./ROOT.xml /home/openolat/conf/Catalina/localhost/ROOT.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue