Files
sora_python/docker-compose.yml

9 lines
154 B
YAML
Raw Normal View History

2024-03-28 10:30:18 +08:00
version: "3"
services:
trinity_mixi:
image: aidlabzcr/trinity_mixi:latest
# build: .
2024-03-28 10:30:18 +08:00
volumes:
- ./:/app
2024-03-28 10:30:18 +08:00
ports:
- "10100:4562"