mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
Update Dockerfile
Include env vars that set default directories for media and images
This commit is contained in:
committed by
GitHub
parent
c7a951eacf
commit
eb971bb601
@@ -16,7 +16,10 @@ LABEL author="github.com/maxdorninger"
|
||||
LABEL version=${VERSION}
|
||||
LABEL description="Docker image for MediaManager"
|
||||
|
||||
ENV MISC__IMAGE_DIRECTORY=/app/images \
|
||||
ENV MISC__IMAGE_DIRECTORY=/data/images \
|
||||
MISC__TV_DIRECTORY=/data/tv \
|
||||
MISC__MOVIE_DIRECTORY=/data/movies \
|
||||
MISC__TORRENT_DIRECTORY=/data/torrents \
|
||||
PUBLIC_VERSION=${VERSION} \
|
||||
CONFIG_DIR="/app/config"\
|
||||
BASE_PATH=${BASE_PATH}\
|
||||
|
||||
Reference in New Issue
Block a user