mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 23:23:55 +08:00
11 lines
315 B
YAML
Executable File
11 lines
315 B
YAML
Executable File
services:
|
|
xiaozhi-esp32-server:
|
|
image: ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest
|
|
container_name: xiaozhi-esp32-server
|
|
restart: always
|
|
#security_opt:
|
|
# - seccomp:unconfined
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./.config.yaml:/opt/xiaozhi-esp32-server/config.yaml |