mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(docs): restart DB backup container (#10671)
Update backup-and-restore.md
This commit is contained in:
parent
72bf9439b0
commit
325aa1d392
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ services:
|
||||||
backup:
|
backup:
|
||||||
container_name: immich_db_dumper
|
container_name: immich_db_dumper
|
||||||
image: prodrigestivill/postgres-backup-local:14
|
image: prodrigestivill/postgres-backup-local:14
|
||||||
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue