Skip to content

Commit d77045c

Browse files
committed
update tails url to http://tails-server:6543
1 parent be296f4 commit d77045c

File tree

3 files changed

+2901
-74
lines changed

3 files changed

+2901
-74
lines changed

tutorials/aries-basic-controller/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- WALLET_TYPE=${WALLET_TYPE}
1717
- WALLET_KEY=${BOB_WALLET_KEY}
1818
- ACAPY_ADMIN_INSECURE_MODE=${BOB_ADMIN_SECURE}
19-
- ACAPY_TAILS_SERVER_BASE_URL=tails-server
19+
- ACAPY_TAILS_SERVER_BASE_URL=http://tails-server:6543
2020
- GENESIS_URL=${GENESIS_URL}
2121
ports:
2222
- ${BOB_HTTP_PORT}:${BOB_HTTP_PORT}
@@ -52,7 +52,7 @@ services:
5252
- WALLET_TYPE=${WALLET_TYPE}
5353
- WALLET_KEY=${ALICE_WALLET_KEY}
5454
- ACAPY_ADMIN_API_KEY=${ALICE_API_KEY}
55-
- ACAPY_TAILS_SERVER_BASE_URL=tails-server
55+
- ACAPY_TAILS_SERVER_BASE_URL=http://tails-server:6543
5656
- GENESIS_URL=${GENESIS_URL}
5757
ports:
5858
- ${ALICE_HTTP_PORT}:${ALICE_HTTP_PORT}

0 commit comments

Comments
 (0)