From 76a969efde0d284461439b507386405ce435b642 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 6 Feb 2024 00:02:45 -0700 Subject: [PATCH] Update Docker & Kubernetes/Docker/Docker Compose/Kopia.md --- Docker & Kubernetes/Docker/Docker Compose/Kopia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker & Kubernetes/Docker/Docker Compose/Kopia.md b/Docker & Kubernetes/Docker/Docker Compose/Kopia.md index 544e99c..6bf9a67 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Kopia.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Kopia.md @@ -33,7 +33,7 @@ networks: external: true ``` !!! note "Credentials" -Your username will be `kopia@kopia-backup` and the password will be the value you set for `--server-password` in the entrypoint section of the compose file. The `KOPIA_PASSWORD:` is used by the backup repository, such as Backblaze B2, to encrypt/decrypt the backed-up data, and must be updated in the compose file if the repository is changed / updated. + Your username will be `kopia@kopia-backup` and the password will be the value you set for `--server-password` in the entrypoint section of the compose file. The `KOPIA_PASSWORD:` is used by the backup repository, such as Backblaze B2, to encrypt/decrypt the backed-up data, and must be updated in the compose file if the repository is changed / updated. ```jsx title=".env"