Files
matrix-openclaw-bot/references/matrix-bot-chat-reference/docker-compose.yml

7 lines
143 B
YAML
Raw Normal View History

2026-02-03 01:03:29 +08:00
version: '3.8'
services:
myapp:
build: .
restart: always
volumes:
- .:/app # 将当前目录挂载到容器的 /app 目录