Fix volume consistency - use esv-bible_data volume name and correct /app/backend/data path in both Docker run commands and docker-compose.yml

This commit is contained in:
Ryderjj89
2025-09-14 12:48:53 -04:00
parent d430de915a
commit f46db34329
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ services:
ports:
- "3000:3000"
volumes:
- data:/app/bible-data
- data:/app/backend/data
environment:
- NODE_ENV=production
restart: unless-stopped