1
0
Fork 0
GPT4FREE/docker-compose.yml
tr7zw f710441a6d
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.
2023-04-30 20:57:31 +00:00

13 lines
219 B
YAML

version: '3.8'
services:
gpt4:
build:
context: .
dockerfile: Dockerfile
image: gpt4free:latest
container_name: gpt4
ports:
- 8501:8501
restart: unless-stopped