Remove local data volume binding

Removed local data volume binding from docker-compose.
This commit is contained in:
SergeantPanda 2025-09-15 20:14:02 -05:00 committed by GitHub
parent 082bbdd82b
commit f4e91013f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,6 @@ services:
- 9191:9191
volumes:
- dispatcharr_data:/data
- ./data:/data
environment:
- DISPATCHARR_ENV=aio
- REDIS_HOST=localhost