mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
add home variable
This commit is contained in:
parent
e2ab1a53eb
commit
2ce1899c62
1 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@ ARG VERSION
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ENV BEETSDIR="/config"
|
ENV BEETSDIR="/config" \
|
||||||
ENV EDITOR="nano"
|
EDITOR="nano" \
|
||||||
|
HOME="/config"
|
||||||
|
|
||||||
# install runtime packages
|
# install runtime packages
|
||||||
RUN \
|
RUN \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue