From 38e5720e1122401904836d0091d13e120f6f5c12 Mon Sep 17 00:00:00 2001 From: "C.J. May" Date: Wed, 8 Jan 2025 13:19:56 -0600 Subject: [PATCH] update compose example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d9c078..514d282 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ services: env_file: - restic-backup.env volumes: - # We need to communicate with docker + # Communicate with docker to read backup tags - /var/run/docker.sock:/tmp/docker.sock:ro - # Persistent storage of restic cache (greatly speeds up all restic operations) + # Persistent restic cache (greatly speeds up all restic operations) - cache:/cache web: image: some_image @@ -88,7 +88,7 @@ services: env_file: mariadb-credentials.env volumes: - - mysqldata:/var/lib/mysql + - mariadbdata:/var/lib/mysql mysql: image: mysql:5 labels: