chore: 宿主机暴露端口 3000 → 8011

This commit is contained in:
2026-05-25 00:00:51 +08:00
parent 054150c7d0
commit fc656d22ee
+1 -1
View File
@@ -6,7 +6,7 @@ services:
container_name: recipe_tool_app
restart: unless-stopped
ports:
- "3000:3000"
- "8011:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment: