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: services:
app: app:
image: hibobmaster/matrixchatgptbot:latest
container_name: matrix_chatgpt_bot container_name: matrix_chatgpt_bot
build: restart: always
context: . # build:
dockerfile: ./Dockerfile # context: .
# dockerfile: ./Dockerfile
volumes: volumes:
- ./config.json:/app/config.json - ./config.json:/app/config.json