Skip to content

Commit

Permalink
cmd/puppeth: integrate new nexty stats into puppeth (ethereum#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadv authored May 27, 2019
1 parent f777361 commit 44cf092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/puppeth/module_ethstats.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
// ethstatsDockerfile is the Dockerfile required to build an ethstats backend
// and associated monitoring site.
var ethstatsDockerfile = `
FROM puppeth/ethstats:latest
FROM nextyio/nextats:latest
RUN echo 'module.exports = {trusted: [{{.Trusted}}], banned: [{{.Banned}}], reserved: ["yournode"]};' > lib/utils/config.js
`
Expand All @@ -43,7 +43,7 @@ version: '2'
services:
ethstats:
build: .
image: {{.Network}}/ethstats
image: {{.Network}}/nextats
container_name: {{.Network}}_ethstats_1{{if not .VHost}}
ports:
- "{{.Port}}:3000"{{end}}
Expand Down

0 comments on commit 44cf092

Please sign in to comment.