From fb3d21fb423c32d9a3acd2c171d9e2ce7d1cc519 Mon Sep 17 00:00:00 2001 From: Paul <22284856+ProgramComputer@users.noreply.github.com> Date: Sat, 30 Dec 2023 08:53:24 -0600 Subject: [PATCH] lwt is the path used without docker. Keeps consistency. https://github.com/HugoFara/lwt/pull/169 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f6b040e..8775cdc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: links: - db volumes: - - ${WEB_MEDIA_PATH}:/var/www/html/media + - ${WEB_MEDIA_PATH}:/var/www/html/lwt/media ports: - "${WEB_PORT}:80" restart: unless-stopped