chore: 宿主机暴露端口 3000 → 8011
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ services:
|
|||||||
container_name: recipe_tool_app
|
container_name: recipe_tool_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "8011:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user