Fix docker-compose.yml

The image/dockerfile lines are incorrectly indented, also the read_only flag prevents the UI from starting due to not being able to write to the /tmp folder.
pull/323/head
tr7zw 1 year ago committed by GitHub
parent 08abfe0ebb
commit f710441a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save