Skip to content

Commit 2c2e387

Browse files
fix and update new KERIA/Witness docker images
This reverts commit b4be391.
1 parent 7c96b19 commit 2c2e387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ services:
2121
- 7723:7723
2222

2323
keria:
24-
image: ${KERIA_IMAGE:-weboftrust/keria}:${KERIA_IMAGE_TAG:-0.2.0-dev6}
24+
image: cardanofoundation/cf-idw-keria:c6498308
2525
environment:
2626
KERI_AGENT_CORS: 1
2727
<<: *python-env
2828
volumes:
2929
- ./config/keria.json:/keria/config/keri/cf/keria.json
30-
command: start --config-dir /keria/config --config-file keria.json --name agent # Adjusted command line
30+
entrypoint: keria start --config-dir /keria/config --config-file keria.json --name agent # Adjusted command line
3131
healthcheck:
3232
test: wget --spider http://keria:3902/spec.yaml
3333
<<: *healthcheck
@@ -48,4 +48,4 @@ services:
4848
ports:
4949
- 5642:5642
5050
- 5643:5643
51-
- 5644:5644
51+
- 5644:5644

0 commit comments

Comments
 (0)