Skip to content

Commit

Permalink
Use INDEXER_DATA throughout the entrypoint script in docker (#1583)
Browse files Browse the repository at this point in the history
Use the env var everywhere.
  • Loading branch information
cshintov authored Oct 19, 2023
1 parent 6ef871c commit 76f36ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

# copy indexer.yml override to data directory
if [[ -f /etc/algorand/indexer.yml ]]; then
cp /etc/algorand/indexer.yml /data/indexer.yml
cp /etc/algorand/indexer.yml $INDEXER_DATA/indexer.yml
fi

# always run the algorand-indexer command
Expand Down

0 comments on commit 76f36ea

Please sign in to comment.