mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 19:52:54 +08:00
9 lines
189 B
YAML
9 lines
189 B
YAML
version: '3'
|
|
services:
|
|
chat2db:
|
|
image: chat2db/chat2db:latest
|
|
container_name: chat2db-latest
|
|
volumes:
|
|
- ~/.chat2db-docker:/root/.chat2db
|
|
ports:
|
|
- "10824:10824" |