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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue