Fix permissions error

This commit is contained in:
Joey Hafner 2023-02-19 01:51:15 -08:00
parent 7fe3f88531
commit bec61eeeb9
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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