mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
docs: backup folder name is backups (#14073)
This commit is contained in:
parent
5097c92494
commit
f1c9b763cf
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ In our `.env` file, we will define variables that will help us in the future whe
|
||||||
+ THUMB_LOCATION=/custom/path/immich/thumbs
|
+ THUMB_LOCATION=/custom/path/immich/thumbs
|
||||||
+ ENCODED_VIDEO_LOCATION=/custom/path/immich/encoded-video
|
+ ENCODED_VIDEO_LOCATION=/custom/path/immich/encoded-video
|
||||||
+ PROFILE_LOCATION=/custom/path/immich/profile
|
+ PROFILE_LOCATION=/custom/path/immich/profile
|
||||||
+ BACKUP_LOCATION=/custom/path/immich/backup
|
+ BACKUP_LOCATION=/custom/path/immich/backups
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ services:
|
||||||
+ - ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
|
+ - ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
|
||||||
+ - ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
|
+ - ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
|
||||||
+ - ${PROFILE_LOCATION}:/usr/src/app/upload/profile
|
+ - ${PROFILE_LOCATION}:/usr/src/app/upload/profile
|
||||||
+ - ${BACKUP_LOCATION}:/usr/src/app/upload/backup
|
+ - ${BACKUP_LOCATION}:/usr/src/app/upload/backups
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue