Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #80 from jwasinger/ethstats-fix
Browse files Browse the repository at this point in the history
fix ethstats:  don't place ethstats service after 'volumes' section
  • Loading branch information
ddorgan authored Nov 1, 2018
2 parents 359c3c2 + eaf31d4 commit 0e06248
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parity-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ build_docker_config_poa() {
mkdir -p data/$x
done

build_docker_config_ethstats

cat $DOCKER_INCLUDE >>docker-compose.yml

chown -R $USER data/
Expand All @@ -115,7 +117,7 @@ build_docker_config_ethstats() {
build_docker_config_instantseal() {

cat config/docker/instantseal.yml | sed -e "s@-d /home/parity/data@-d /home/parity/data $PARITY_OPTIONS@g" >docker-compose.yml

build_docker_config_ethstats
}

build_docker_client() {
Expand Down Expand Up @@ -346,5 +348,4 @@ else
echo "Could not find spec file: $CHAIN_ENGINE"
fi

build_docker_config_ethstats
select_exposed_container

0 comments on commit 0e06248

Please sign in to comment.