mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-15 00:44:09 +09:00
12 lines
179 B
YAML
12 lines
179 B
YAML
version: "3"
|
|
|
|
services:
|
|
chatgpt_web:
|
|
container_name: chatgpt_web
|
|
restart: always
|
|
ports:
|
|
- 5173:5173
|
|
build:
|
|
context: "."
|
|
dockerfile: Dockerfile
|