From f6e37ca1be68dc0274213be01aecd5a1fad24293 Mon Sep 17 00:00:00 2001 From: "Andrew K. Choi" Date: Mon, 24 Nov 2025 13:40:36 +0900 Subject: [PATCH] Fix media volume: mount directly to host for proper file access by Nginx --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 58a7ab3..aa30043 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -64,7 +64,7 @@ services: volumes: - .:/app - static_volume:/app/smartsoltech/staticfiles - - media_volume:/app/smartsoltech/media + - ./smartsoltech/media:/app/smartsoltech/media ports: - "8000:8000" depends_on: