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