This commit is contained in:
zhouchengrong
2024-03-20 11:44:15 +08:00
commit 69132570aa
29 changed files with 815 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3"
services:
trinity_mixi:
image: "trinity_client_mixi:latest"
container_name: trinity_mixi
volumes:
- ./trinity_client_mixi:/trinity
ports:
- "10100:4562"