Skip to content

Commit

Permalink
Fix docker-compose.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tr7zw authored Apr 30, 2023
1 parent 08abfe0 commit f710441
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f710441

Please sign in to comment.