Fix permissions error
This commit is contained in:
parent
7fe3f88531
commit
bec61eeeb9
@ -1,5 +1,6 @@
|
||||
DOCKER_DATA=/mnt/nas/DockerData/autopirate
|
||||
DOCKER_DATA_LOCAL=/home/joey/data/autopirate
|
||||
MEDIA_DIR=/mnt/nas/media
|
||||
NZB_DIR=/mnt/md0/torrenting/NZB
|
||||
INCOMPLETE_NZB_DIR=/mnt/md0/torrenting/NZB_incomplete
|
||||
TRANSCODE_DIR=/mnt/md0/tdarr
|
||||
TRANSCODE_DIR=/mnt/md0/tdarr
|
||||
|
@ -91,7 +91,7 @@ services:
|
||||
env_file:
|
||||
- autopirate.env
|
||||
volumes:
|
||||
- "${DOCKER_DATA}/bazarr:/config"
|
||||
- "${DOCKER_DATA_LOCAL}/bazarr:/config"
|
||||
- "${MEDIA_DIR}/Video/Movies:/movies"
|
||||
- "${MEDIA_DIR}/Video/Shows:/shows"
|
||||
labels:
|
||||
@ -254,4 +254,4 @@ networks:
|
||||
web:
|
||||
external: true
|
||||
monitoring:
|
||||
external: true
|
||||
external: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user