初始化提交

This commit is contained in:
lvyulong
2026-06-12 22:07:18 +08:00
parent d0e726cea1
commit 6adaf1445e

View File

@@ -18,7 +18,7 @@ services:
dockerfile: Dockerfile
container_name: "moneyprinterturbo-api"
ports:
- "8080:8080"
- "8099:8099"
command: [ "python3", "main.py" ]
volumes: *common-volumes
restart: always