From 4c9ec31102c957d68609dcc75d0c4e0749f0f40b Mon Sep 17 00:00:00 2001 From: hibobmaster Date: Fri, 10 Mar 2023 09:26:45 +0800 Subject: [PATCH] update compose.yaml --- compose.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 6e19ddd..7c196eb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 +