ChatGPT-Next-Web/docker-compose.yml
2023-04-05 00:28:39 +08:00

15 lines
287 B
YAML

version: "3"
services:
chatgpt-next-web:
build:
dockerfile: Dockerfile
context: .
container_name: chatgpt_next_web
image: yidadaa/chatgpt-next-web:latest
ports:
- 0.0.0.0:3000:3000
env_file:
- docker-compose.env
restart: unless-stopped