Skip to content

Commit

Permalink
Set conduit data dir through env var (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshintov authored Oct 13, 2023
1 parent 45ef605 commit 3357b40
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 config.yml override to data directory
if [[ -f /etc/algorand/conduit.yml ]]; then
cp /etc/algorand/conduit.yml /data/conduit.yml
cp /etc/algorand/conduit.yml $CONDUIT_DATA_DIR/conduit.yml
fi

# always run the conduit command
Expand Down

0 comments on commit 3357b40

Please sign in to comment.