Skip to content

Commit 156b012

Browse files
committed
Remove duplicate auto-provion flag from docker-compose.yml
1 parent 0278c5d commit 156b012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/attachments/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
"
3232
sleep 5; \
3333
python3 scripts/parse_yml_env_variables.py -c ./configuration/aries-args-basic.yaml; \
34-
aca-py start --auto-provision --arg-file /tmp/agent_conf.yml"
34+
aca-py start --arg-file /tmp/agent_conf.yml"
3535
]
3636
bob-agent:
3737
image: bob-protocol:agent
@@ -64,7 +64,7 @@ services:
6464
"
6565
sleep 5; \
6666
python3 scripts/parse_yml_env_variables.py -c ./configuration/aries-args-basic.yaml; \
67-
aca-py start --auto-provision --arg-file /tmp/agent_conf.yml"
67+
aca-py start --arg-file /tmp/agent_conf.yml"
6868
]
6969
setup:
7070
build:

0 commit comments

Comments
 (0)