update compose.yaml
This commit is contained in:
parent
042ca22c3d
commit
4c9ec31102
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue