update compose.yaml

This commit is contained in:
hibobmaster 2023-03-10 09:26:45 +08:00
parent 042ca22c3d
commit 4c9ec31102
No known key found for this signature in database
GPG Key ID: 316B77D7914D713C

View File

@ -1,8 +1,11 @@
services:
app:
image: hibobmaster/matrixchatgptbot:latest
container_name: matrix_chatgpt_bot
build:
context: .
dockerfile: ./Dockerfile
restart: always
# build:
# context: .
# dockerfile: ./Dockerfile
volumes:
- ./config.json:/app/config.json