Update Immich data share naming to immich_data
This commit is contained in:
parent
fccb2220ad
commit
2bedd9f7b2
2 changed files with 6 additions and 6 deletions
|
|
@ -70,9 +70,9 @@ SECRET_KEY=
|
|||
USER_DB_URI=
|
||||
|
||||
# Immich
|
||||
# Photo upload location: Separate UNAS share (e.g., /mnt/unas/immich-data).
|
||||
# Photo upload location: Separate UNAS share (e.g., /mnt/unas/immich_data).
|
||||
# Do not place this inside the arr-stack share if you want them isolated.
|
||||
IMMICH_UPLOAD_LOCATION=/mnt/unas/immich-data
|
||||
IMMICH_UPLOAD_LOCATION=/mnt/unas/immich_data
|
||||
IMMICH_VERSION=release
|
||||
IMMICH_DB_PASSWORD=
|
||||
IMMICH_DB_USERNAME=immich
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Self-hosted photo and video management solution with high performance and visual
|
|||
1. **Update `.env`**:
|
||||
Ensure the Immich variables are set in your root `.env` file. `IMMICH_UPLOAD_LOCATION` should point to your dedicated Immich share on the UNAS:
|
||||
```dotenv
|
||||
IMMICH_UPLOAD_LOCATION=/mnt/unas/immich-data
|
||||
IMMICH_UPLOAD_LOCATION=/mnt/unas/immich_data
|
||||
IMMICH_VERSION=release
|
||||
IMMICH_DB_PASSWORD=<your-secure-password>
|
||||
IMMICH_DB_USERNAME=immich
|
||||
|
|
@ -30,12 +30,12 @@ Self-hosted photo and video management solution with high performance and visual
|
|||
sudo chown -R 1000:1000 /opt/arr-stack/appdata/immich
|
||||
|
||||
# Separate UNAS share for photos
|
||||
sudo mkdir -p /mnt/unas/immich-data
|
||||
sudo chown -R 1000:1000 /mnt/unas/immich-data
|
||||
sudo mkdir -p /mnt/unas/immich_data
|
||||
sudo chown -R 1000:1000 /mnt/unas/immich_data
|
||||
```
|
||||
|
||||
3. **Mounting the Share**:
|
||||
Ensure you have created a separate NFS share on your UNAS (e.g., `immich-data`) and mounted it on your Proxmox host at `/mnt/unas/immich-data` before starting the containers.
|
||||
Ensure you have created a separate NFS share on your UNAS (e.g., `immich_data`) and mounted it on your Proxmox host at `/mnt/unas/immich_data` before starting the containers.
|
||||
|
||||
3. **Render Compose File**:
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue