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