mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 08:33:53 +08:00
update:优化docker-compose
This commit is contained in:
+3
-7
@@ -1,15 +1,11 @@
|
||||
services:
|
||||
xiaozhi-esp32-server:
|
||||
image: xiaozhi-esp32-server:0213
|
||||
image: ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest
|
||||
container_name: xiaozhi-esp32-server
|
||||
restart: always
|
||||
#security_opt:
|
||||
# - seccomp:unconfined
|
||||
ports:
|
||||
- "9005:8000"
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./config.yaml:/opt/xiaozhi-es32-server/config.yaml
|
||||
- ./models:/opt/xiaozhi-es32-server/models
|
||||
|
||||
|
||||
|
||||
- ./.config.yaml:/opt/xiaozhi-esp32-server/config.yaml
|
||||
Reference in New Issue
Block a user