We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc38d4 commit dc5be10Copy full SHA for dc5be10
1 file changed
docker-compose.yaml
@@ -1,6 +1,6 @@
1
services:
2
odm:
3
- image: ibmcom/odm:9.5
+ image: icr.io/cpopen/odm-k8s/odm:9.5
4
hostname: odm
5
container_name: odm
6
environment:
@@ -24,4 +24,4 @@ services:
24
- ./samples:/samples
25
entrypoint: >
26
sh -c "cd /samples/ && ./deploy_demo_materials.sh basic http://odm:9060/decisioncenter-api http://localhost:9060/res odmAdmin odmAdmin && echo '✅ ODM Ready for MCP Server' "
27
- restart: "no"
+ restart: "no"
0 commit comments