mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-20 02:34:56 +08:00
add home variable
This commit is contained in:
parent
e2ab1a53eb
commit
2ce1899c62
@ -7,8 +7,9 @@ ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
|
||||
# environment settings
|
||||
ENV BEETSDIR="/config"
|
||||
ENV EDITOR="nano"
|
||||
ENV BEETSDIR="/config" \
|
||||
EDITOR="nano" \
|
||||
HOME="/config"
|
||||
|
||||
# install runtime packages
|
||||
RUN \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user