2025-02-13 17:06:48 +08:00
|
|
|
services:
|
|
|
|
|
xiaozhi-esp32-server:
|
2025-02-14 23:09:12 +08:00
|
|
|
image: ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest
|
2025-02-13 17:06:48 +08:00
|
|
|
container_name: xiaozhi-esp32-server
|
|
|
|
|
restart: always
|
|
|
|
|
#security_opt:
|
|
|
|
|
# - seccomp:unconfined
|
|
|
|
|
ports:
|
2025-02-14 23:09:12 +08:00
|
|
|
- "8000:8000"
|
2025-02-13 17:06:48 +08:00
|
|
|
volumes:
|
2025-02-14 23:09:12 +08:00
|
|
|
- ./.config.yaml:/opt/xiaozhi-esp32-server/config.yaml
|