mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
docs: Pin to Postgres v14 in postgres-backup-local (#8665)
Update backup-and-restore.md
This commit is contained in:
parent
9e122764e7
commit
190e4b55eb
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ services:
|
||||||
...
|
...
|
||||||
backup:
|
backup:
|
||||||
container_name: immich_db_dumper
|
container_name: immich_db_dumper
|
||||||
image: prodrigestivill/postgres-backup-local
|
image: prodrigestivill/postgres-backup-local:14
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue