mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-21 00:44:15 +00:00
fixed nginx docker-compose
This commit is contained in:
parent
11fbd645f7
commit
56bf6df38c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user