Skip to content

Commit ed6a63f

Browse files
committed
chore: tweaking indexer for feature parity with behaviour on v2
1 parent c09e974 commit ed6a63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/algokit/core/sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def get_docker_compose_yml(
355355
ports:
356356
- "8980:8980"
357357
restart: unless-stopped
358-
command: daemon
358+
command: daemon --enable-all-parameters
359359
environment:
360360
INDEXER_POSTGRES_CONNECTION_STRING: "host=indexer-db port=5432 user=algorand password=algorand dbname=conduitdb sslmode=disable"
361361
depends_on:

tests/localnet/test_sandbox.test_get_docker_compose_yml.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
ports:
6565
- "8980:8980"
6666
restart: unless-stopped
67-
command: daemon
67+
command: daemon --enable-all-parameters
6868
environment:
6969
INDEXER_POSTGRES_CONNECTION_STRING: "host=indexer-db port=5432 user=algorand password=algorand dbname=conduitdb sslmode=disable"
7070
depends_on:

0 commit comments

Comments
 (0)