mirror of https://github.com/zlatinb/muwire
docker: use defaults file for setup wizard
This allows the user to have preconfigured defaults for their container.pull/53/head
parent
bcb41baca2
commit
707b9872e6
|
@ -47,7 +47,8 @@ COPY docker/rootfs/ /
|
|||
|
||||
# Set environment variables.
|
||||
ENV APP_NAME="MuWire" \
|
||||
S6_KILL_GRACETIME=8000
|
||||
S6_KILL_GRACETIME=8000 \
|
||||
MU_WIRE_OPTS='"-Dwizard.defaults=/etc/muwire/MuWire.default.properties"'
|
||||
|
||||
# Define mountable directories.
|
||||
VOLUME ["$APP_HOME/.MuWire"]
|
||||
|
|
Loading…
Reference in New Issue