Update volume name from bible_data to data for cleaner naming

This commit is contained in:
Ryderjj89
2025-09-13 12:30:05 -04:00
parent cb3dbe8d5b
commit 2c5dd415c7

View File

@@ -5,11 +5,11 @@ services:
ports:
- "3000:3000"
volumes:
- bible_data:/app/bible-data
- data:/app/bible-data
environment:
- NODE_ENV=production
restart: unless-stopped
volumes:
bible_data:
data:
driver: local