1
0
Fork 0
GPT4FREE/docker-compose.yml

15 lines
232 B
YAML
Raw Normal View History

2023-04-29 13:29:54 +00:00
version: '3.8'
services:
gpt4:
build:
context: .
dockerfile: Dockerfile
image: gpt4free:latest
container_name: gpt4
ports:
2023-04-30 04:23:59 +00:00
- 8501:8501
2023-04-29 13:29:54 +00:00
restart: unless-stopped
read_only: true