From 1f0644c1849655e5b85181e537a56e05dee7633f Mon Sep 17 00:00:00 2001 From: poprhythm Date: Tue, 28 Oct 2025 17:22:32 +0000 Subject: [PATCH] Update immich/docker-compose.yaml --- immich/docker-compose.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/immich/docker-compose.yaml b/immich/docker-compose.yaml index 5042957..9068a92 100644 --- a/immich/docker-compose.yaml +++ b/immich/docker-compose.yaml @@ -32,7 +32,7 @@ services: disable: false networks: - default - - nginx-network + - npm-network immich-machine-learning: container_name: immich_machine_learning @@ -80,20 +80,14 @@ services: volumes: model-cache: - library-pallas: + library: driver: local driver_opts: type: nfs - o: "addr=192.168.1.4,rw,nolock,soft,no_root_squash" - device: ":/srv/family/immich-library" - database-pallas: - driver: local - driver_opts: - type: nfs - o: "addr=192.168.1.4,rw,nolock,soft,no_root_squash" - device: ":/srv/family/immich-postgres" + o: "addr=192.168.1.192,rw,nolock,soft" + device: ":/mnt/user/family/immich-library" networks: default: - nginx-network: + npm-network: external: true \ No newline at end of file