mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51: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:
|
||||
container_name: immich_db_dumper
|
||||
image: prodrigestivill/postgres-backup-local:14
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue