From e94546a8bd58e39fe683c215ea39b04eab825286 Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Thu, 26 Jun 2025 04:16:29 +0000 Subject: [PATCH] update --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index aa23136..6e41adf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: ports: - "3005:80" # Nginx static files volumes: - - ./static-files:/usr/share/nginx/html + - ./static-files:/static-files - ./static-provider/nginx.conf:/etc/nginx/conf.d/default.conf networks: - app-network