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: services:
nginx: nginx:
build: image: nginx:latest
context: .
dockerfile: Dockerfile.nginx
ports:
- 80:80
volumes: volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf - ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- 80:80
depends_on: depends_on:
- private-gpt - private-gpt