From 34706b671c5bdd9629ca7b0e582d06fd2c9c5a3e Mon Sep 17 00:00:00 2001 From: Lualt Date: Fri, 19 Jul 2024 11:36:53 +0200 Subject: [PATCH] readme config spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c284314..cbb65f3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ services: # - ./Config.json:/usr/src/app/Config.json # # the database has a volume incase you want to move/backup or do anything else with the files # - ./database/music.db:/usr/src/app/music.db - # - ./database/music.db-smh:/usr/src/app/music.db-shm + # - ./database/music.db-shm:/usr/src/app/music.db-shm # - ./database/music.db-wal:/usr/src/app/music.db-wal restart: unless-stopped ```