Skip to content

Commit dc5be10

Browse files
authored
Update ODM image to use new repository
1 parent 9dc38d4 commit dc5be10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
odm:
3-
image: ibmcom/odm:9.5
3+
image: icr.io/cpopen/odm-k8s/odm:9.5
44
hostname: odm
55
container_name: odm
66
environment:
@@ -24,4 +24,4 @@ services:
2424
- ./samples:/samples
2525
entrypoint: >
2626
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"
27+
restart: "no"

0 commit comments

Comments
 (0)