mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
Update docker-compose.yaml to include volume for images
This commit is contained in:
committed by
GitHub
parent
0df004df6f
commit
a2ec7886f4
@@ -10,6 +10,8 @@ services:
|
||||
- ./data/:/data/ # Example: change ./data/ to your actual media root
|
||||
# Config folder for application configuration
|
||||
- ./config/:/app/config/
|
||||
# Image folder
|
||||
- ./images/:/data/images/
|
||||
db:
|
||||
image: postgres:latest
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user