Skip to content

Commit 5c5d764

Browse files
author
Drew Middlesworth
committed
Add restart always for docker
1 parent 7249596 commit 5c5d764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ services:
66
context: .
77
dockerfile: Dockerfile
88
container_name: diffbot-mcp-server
9+
restart: always
910
ports:
1011
- "8154:8000"
1112
environment:
1213
- PYTHONUNBUFFERED=1
13-
- MCP_TRANSPORT=http
14+
- MCP_TRANSPORT=http

0 commit comments

Comments
 (0)