We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c29d79 commit c46f5d7Copy full SHA for c46f5d7
Makefile
@@ -14,7 +14,7 @@ build-controller:
14
up:
15
docker-compose up --force-recreate -d
16
17
-issuer:
+controller:
18
docker-compose up --force-recreate --no-deps -d controller
19
20
logs:
docker-compose.yml
@@ -24,7 +24,7 @@ services:
24
-ot http \
25
--admin '0.0.0.0' ${ACAPY_ADMIN_PORT} \
26
-e ${ACAPY_ENDPOINT_URL} \
27
- --webhook-url http://issuer:${CONTROLLER_PORT}/webhooks
+ --webhook-url http://controller:${CONTROLLER_PORT}/webhooks
28
--wallet-type indy \
29
--wallet-name ${WALLET_NAME}
30
--wallet-key ${WALLET_KEY}
0 commit comments