update docker-compose

This commit is contained in:
cookeem
2023-03-23 22:26:38 +08:00
parent 87386c5061
commit 49b89d5aad

View File

@@ -18,5 +18,6 @@ services:
- "9000:9000"
volumes:
- ./config.yaml:/chatgpt-service/config.yaml
- ./assets:/chatgpt-service/assets
command: /chatgpt-service/chatgpt-service
restart: always