Jonathan Brockhaus hai 10 meses
pai
achega
6087c12e09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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:
   db:
     image: postgres
-    volume:
+    volumes:
       - /home/USERNAME/.borgmatic:/home/USERNAME/.borgmatic
 ```