Geoffrey
Geoffrey
IImmich
Created by Geoffrey on 1/17/2025 in #help-desk-support
Can't get my Upload Library to the right NFS share
No description
24 replies
IImmich
Created by Geoffrey on 12/14/2024 in #help-desk-support
External Libraries Error for Invalid Volume Specification.
Not sure what I'm doing wrong. Trying to setup external libraries. Getting the following error: Error response from daemon: invalid volume specification: '/mnt/immich/library/3-SocialMedia:ro:rw': invalid mount config for type "bind": invalid mount path: 'ro' mount path must be absolute .yml exerpt
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- /mnt/immich/library/3-SocialMedia:ro
env_file:
- .env
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- /mnt/immich/library/3-SocialMedia:ro
env_file:
- .env
10 replies