diff --git a/docker-compose.yml b/docker-compose.yml index b08d822..c90fc41 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -96,12 +96,10 @@ services: - backend nginx: - image: nginx:alpine + build: ./nginx restart: unless-stopped ports: - "8091:80" - volumes: - - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro depends_on: - backend - frontend