fixed nginx docker-compose

This commit is contained in:
Nikhil Shrestha 2024-05-05 08:34:26 +05:45
parent 11fbd645f7
commit 56bf6df38c

View File

@ -2,13 +2,11 @@ version: '3.8'
services:
nginx:
build:
context: .
dockerfile: Dockerfile.nginx
ports:
- 80:80
image: nginx:latest
volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- 80:80
depends_on:
- private-gpt