mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
15 lines
287 B
YAML
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
|