emby. Adding env variable for docker image.

This commit is contained in:
Alexey Skobkin 2022-03-18 02:57:20 +03:00
parent fc18c437ea
commit 87893d4bb9
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
HOST_USER=1000
HOST_GROUP=1000
#DOCKER_IMAGE=emby/embyserver:beta
DOCKER_IMAGE=emby/embyserver:latest
HOST_CONFIG_DIR=./config
# You should set this to proper directory with your libraries
HOST_MULTIMEDIA_DIR=/mnt/multimedia

View File

@ -3,7 +3,7 @@ version: '3.7'
services:
emby:
image: emby/embyserver
image: "${DOCKER_IMAGE:-emby/embyserver}"
container_name: emby
volumes:
- "${HOST_CONFIG_DIR:-./config}:/config"