Skip to content

Commit

Permalink
docs: backup folder name is backups
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Nov 11, 2024
1 parent 7aacc92 commit 764e419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/custom-locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
+ ENCODED_VIDEO_LOCATION=/custom/path/immich/encoded-video
+ PROFILE_LOCATION=/custom/path/immich/profile
+ BACKUP_LOCATION=/custom/path/immich/backup
+ BACKUP_LOCATION=/custom/path/immich/backups
...
```

Expand All @@ -31,7 +31,7 @@ services:
+ - ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
+ - ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
+ - ${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
```

Expand Down

0 comments on commit 764e419

Please sign in to comment.