File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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:22ecde6f
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
You can’t perform that action at this time.
0 commit comments