config dir fix
This commit is contained in:
@@ -62,8 +62,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${WEBUI_PORT_JELLYFIN:?err}:8096"
|
- "${WEBUI_PORT_JELLYFIN:?err}:8096"
|
||||||
volumes:
|
volumes:
|
||||||
- ${FOLDER_FOR_CONFIGS:?err}/bazarr:/config
|
- ${FOLDER_FOR_CONFIGS:?err}/jellyfin/etc/:/config
|
||||||
- ${FOLDER_FOR_MEDIA:?err}:/data
|
- ${FOLDER_FOR_CONFIGS:?err}/jellyfin/var/cache:/config
|
||||||
|
- ${FOLDER_FOR_MEDIA:?err}:/media
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /dev/dri
|
source: /dev/dri
|
||||||
target: /dev/dri
|
target: /dev/dri
|
||||||
|
|||||||
Reference in New Issue
Block a user