mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
* This allows to start the container without any extra settings (potentially unsafe). It is recommended to set EOS_SERVER__EOSDASH_SESSKEY.
This commit is contained in:
parent
c46d13731d
commit
5eb6d84572
@ -9,6 +9,9 @@ ENV EOS_CACHE_DIR="${EOS_DIR}/cache"
|
||||
ENV EOS_OUTPUT_DIR="${EOS_DIR}/output"
|
||||
ENV EOS_CONFIG_DIR="${EOS_DIR}/config"
|
||||
|
||||
# Overwrite when starting the container in a production environment
|
||||
ENV EOS_SERVER__EOSDASH_SESSKEY=s3cr3t
|
||||
|
||||
WORKDIR ${EOS_DIR}
|
||||
|
||||
RUN adduser --system --group --no-create-home eos \
|
||||
|
Loading…
x
Reference in New Issue
Block a user