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: ports:
- "3000:3000" - "3000:3000"
volumes: volumes:
- bible_data:/app/bible-data - data:/app/bible-data
environment: environment:
- NODE_ENV=production - NODE_ENV=production
restart: unless-stopped restart: unless-stopped
volumes: volumes:
bible_data: data:
driver: local driver: local