From 4f83ab994d0492be16987d5982ed017d370cd0dd Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 16 Apr 2025 19:03:11 -0400 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d5c88f8..ad6b2ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,4 +6,4 @@ services: ports: - "3002:80" volumes: - - ./static:/usr/share/nginx/html \ No newline at end of file + - ../static:/usr/share/nginx/html \ No newline at end of file