Update docker-compose.yaml to include volume for images

This commit is contained in:
Maximilian Dorninger
2025-07-18 13:48:22 +02:00
committed by GitHub
parent 0df004df6f
commit a2ec7886f4

View File

@@ -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