Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 5fae952

Browse files
committed
add missing \ in docker run
1 parent 39c2f0b commit 5fae952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The Gateway and the Registry are available as a Docker container. The package in
166166
-e POLYGON_API_KEY=$POLYGON_API_KEY \
167167
-e SECRET_KEY=$(python3 -c 'import secrets; print(secrets.token_hex(32))') \
168168
-v /var/log/mcp-gateway:/app/logs \
169-
-v /opt/mcp-gateway/servers:/app/registry/servers
169+
-v /opt/mcp-gateway/servers:/app/registry/servers \
170170
--name mcp-gateway-container mcp-gateway
171171
```
172172

@@ -217,7 +217,7 @@ The Gateway and the Registry are available as a Docker container. The package in
217217
-v /path/to/certs:/etc/ssl/certs \
218218
-v /path/to/private:/etc/ssl/private \
219219
-v /var/log/mcp-gateway:/app/logs \
220-
-v /opt/mcp-gateway/servers:/app/registry/servers
220+
-v /opt/mcp-gateway/servers:/app/registry/servers \
221221
--name mcp-gateway-container mcp-gateway
222222
```
223223

0 commit comments

Comments
 (0)