From 474203959db4766ed861d1743382e18ce06a4b6f Mon Sep 17 00:00:00 2001 From: Gareth Date: Tue, 10 Sep 2024 00:58:24 -0700 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f52c132f..c58341b0 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ services: hostname: backrest volumes: - ./backrest/data:/data - - ./backrest/config:/configq + - ./backrest/config:/config - ./backrest/cache:/cache - /MY-BACKUP-DATA:/userdata # [optional] mount local paths to backup here. - /MY-REPOS:/repos # [optional] mount repos if using local storage, not necessary for remotes e.g. B2, S3, etc.