Merge pull request 'revert 8a14b0caa32c4e044c63ea699f363d6d8a5bd45a' (#101) from skobkin-patch-1 into master
Reviewed-on: #101
This commit is contained in:
commit
aa21c92a9d
|
@ -9,8 +9,5 @@ DB_DIR=./database
|
|||
VIDEOS_DIR=./video
|
||||
PLUGINS_DIR=./plugins
|
||||
|
||||
# Uncomment this for AMD GPU video acceleration
|
||||
#VIDEO_ACCEL_DEVICE=/dev/dri/renderD128
|
||||
|
||||
LOG_MAX_SIZE=5m
|
||||
LOG_MAX_FILE=5
|
||||
|
|
|
@ -19,8 +19,6 @@ services:
|
|||
- "${VIDEOS_DIR}:/home/Shinobi/videos:rw"
|
||||
- "${PLUGINS_DIR}:/home/Shinobi/plugins:rw"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
devices:
|
||||
- "${VIDEO_ACCEL_DEVICE:-/dev/null}:${VIDEO_ACCEL_DEVICE:-/dev/null}"
|
||||
env_file: .env
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
|
|
Loading…
Reference in a new issue