From f82e36e5bfad60331e4d36e6ec02944eb83a6434 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Wed, 4 Jun 2025 16:57:45 +0900 Subject: [PATCH] chore: add volume for data directory --- run-docker.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run-docker.sh b/run-docker.sh index 3e5810d..e25aa25 100755 --- a/run-docker.sh +++ b/run-docker.sh @@ -5,7 +5,8 @@ docker run \ --volume "$(pwd)/feed_urls.txt:/app/feed_urls.txt" \ --volume "$(pwd)/.env:/app/.env" \ --volume "$(pwd)/public:/app/public" \ + --volume "$(pwd)/data:/app/data" \ --publish 3000:3000 \ --name voice-rss-summary \ - \ - voice-rss-summary # --restart always \ + --restart always \ + voice-rss-summary