Emby media server. #23
|
@ -2,6 +2,9 @@
|
||||||
HOST_USER=1000
|
HOST_USER=1000
|
||||||
HOST_GROUP=1000
|
HOST_GROUP=1000
|
||||||
|
|
||||||
|
#DOCKER_IMAGE=emby/embyserver:beta
|
||||||
|
DOCKER_IMAGE=emby/embyserver:latest
|
||||||
|
|
||||||
HOST_CONFIG_DIR=./config
|
HOST_CONFIG_DIR=./config
|
||||||
# You should set this to proper directory with your libraries
|
# You should set this to proper directory with your libraries
|
||||||
HOST_MULTIMEDIA_DIR=/mnt/multimedia
|
HOST_MULTIMEDIA_DIR=/mnt/multimedia
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
emby:
|
emby:
|
||||||
image: emby/embyserver
|
image: "${DOCKER_IMAGE:-emby/embyserver}"
|
||||||
container_name: emby
|
container_name: emby
|
||||||
volumes:
|
volumes:
|
||||||
- "${HOST_CONFIG_DIR:-./config}:/config"
|
- "${HOST_CONFIG_DIR:-./config}:/config"
|
||||||
|
|
Loading…
Reference in a new issue