docker: use defaults file for setup wizard

This allows the user to have preconfigured defaults for their container.
pull/53/head
LoveIsGrief 2020-09-27 13:56:58 +02:00
parent bcb41baca2
commit 707b9872e6
No known key found for this signature in database
GPG Key ID: E96D1EDFA05345EB
2 changed files with 2 additions and 1 deletions

View File

@ -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"]