1
0
Fork 0

Merge pull request #323 from tr7zw/patch-1

Fix docker-compose.yml
This commit is contained in:
t.me/xtekky 2023-05-01 01:28:53 +01:00 committed by GitHub
commit d5f5a09ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,9 @@ services:
gpt4: gpt4:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: gpt4free:latest image: gpt4free:latest
container_name: gpt4 container_name: gpt4
ports: ports:
- 8501:8501 - 8501:8501
restart: unless-stopped restart: unless-stopped
read_only: true