Browse Source

docs: typo

Jonathan Brockhaus 9 months ago
parent
commit
6087c12e09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/how-to/backup-your-databases.md

+ 1 - 1
docs/how-to/backup-your-databases.md

@@ -240,7 +240,7 @@ See the following Docker compose file an as example:
 services:
 services:
   db:
   db:
     image: postgres
     image: postgres
-    volume:
+    volumes:
       - /home/USERNAME/.borgmatic:/home/USERNAME/.borgmatic
       - /home/USERNAME/.borgmatic:/home/USERNAME/.borgmatic
 ```
 ```