mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-27 13:42:19 +03:00
f710441a6d
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.
13 lines
219 B
YAML
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
|