Skip to content

Commit dff2afc

Browse files
committed
chore: Update README
1 parent 8db50ec commit dff2afc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ uv run fastmcp run --transport sse mcp_server/app.py:mcp
3636
# Or run with stdio transport (for direct MCP clients)
3737
uv run fastmcp run --transport stdio mcp_server/app.py:mcp
3838

39-
# For production with Docker
39+
# For production with Docker Compose
40+
docker-compose up -d
4041

42+
# Or build and run with Docker directly
4143
# (build the image)
4244
docker build -t mcp-production .
4345
# run the image

0 commit comments

Comments
 (0)