reenable nvidia and disbale shm
This commit is contained in:
parent
bc5aba3268
commit
85143403f3
1 changed files with 3 additions and 3 deletions
|
|
@ -40,12 +40,12 @@ services:
|
||||||
- STASH_BROWSER=chromium
|
- STASH_BROWSER=chromium
|
||||||
|
|
||||||
# GPU enable tfor transcoding
|
# GPU enable tfor transcoding
|
||||||
#- NVIDIA_VISIBLE_DEVICES=all
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
#- NVIDIA_DRIVER_CAPABILITIES=all
|
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /dev/shm:/tmp
|
#- /dev/shm:/tmp
|
||||||
|
|
||||||
# Persistent Stash app data
|
# Persistent Stash app data
|
||||||
- /docker/mediaservices/stash-db:/root/.stash
|
- /docker/mediaservices/stash-db:/root/.stash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue