matrix_chatgpt_bot/compose.yaml
2023-03-10 09:26:45 +08:00

12 lines
241 B
YAML

services:
app:
image: hibobmaster/matrixchatgptbot:latest
container_name: matrix_chatgpt_bot
restart: always
# build:
# context: .
# dockerfile: ./Dockerfile
volumes:
- ./config.json:/app/config.json