Updated Bing AI (markdown)
parent
cf34b06aa8
commit
eda7bd1109
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
app:
|
||||
image: hibobmaster/matrixchatgptbot:latest
|
||||
container_name: matrix_chatgpt_bot
|
||||
restart: always
|
||||
restart: unless-stoppped
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: ./Dockerfile
|
||||
|
@ -23,7 +23,7 @@ services:
|
|||
# bing api
|
||||
image: hibobmaster/node-chatgpt-api:latest
|
||||
container_name: node-chatgpt-api
|
||||
restart: always
|
||||
restart: unless-stoppped
|
||||
volumes:
|
||||
- ./settings.js:/app/settings.js
|
||||
networks:
|
||||
|
|
Loading…
Reference in a new issue