Skip to content

Commit c46f5d7

Browse files
committed
Rename issuer to controller
1 parent 1c29d79 commit c46f5d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-controller:
1414
up:
1515
docker-compose up --force-recreate -d
1616

17-
issuer:
17+
controller:
1818
docker-compose up --force-recreate --no-deps -d controller
1919

2020
logs:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
-ot http \
2525
--admin '0.0.0.0' ${ACAPY_ADMIN_PORT} \
2626
-e ${ACAPY_ENDPOINT_URL} \
27-
--webhook-url http://issuer:${CONTROLLER_PORT}/webhooks
27+
--webhook-url http://controller:${CONTROLLER_PORT}/webhooks
2828
--wallet-type indy \
2929
--wallet-name ${WALLET_NAME}
3030
--wallet-key ${WALLET_KEY}

0 commit comments

Comments
 (0)