Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
added missing arguments.
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Etschel <[email protected]>
  • Loading branch information
etschelp committed Jan 6, 2021
1 parent cb48cbf commit 3f243c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/docker-compose.aries-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ services:
--seed '${ACAPY_SEED}' \
--admin '0.0.0.0' ${ACAPY_ADMIN_PORT} \
--admin-insecure-mode \
--label ${AGENT_NAME} \
--wallet-name '${ACAPY_WALLET_DATABASE}' \
--wallet-key '${ACAPY_WALLET_ENCRYPTION_KEY}' \
--label '${AGENT_NAME}' \
"
]
]
volumes:
- "./acapy-static-args.yml:/home/indy/acapy-static-args.yml"

0 comments on commit 3f243c8

Please sign in to comment.