From cbf68f4f31f0157181047e5e87b841d4a326e5a4 Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Thu, 26 Jun 2025 03:51:50 +0000 Subject: [PATCH] update --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index af71cbd..d01dd89 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,14 +27,13 @@ services: restart: unless-stopped static-provider: - build: - context: ./static-provider - dockerfile: Dockerfile + image: nginx:alpine container_name: static-provider ports: - "3005:80" # Nginx static files volumes: - ./static-files:/usr/share/nginx/html + - ./static-provider/nginx.conf:/etc/nginx/conf.d/default.conf networks: - app-network restart: unless-stopped