Skip to content

Commit

Permalink
fix docker-compose turbogeth database location (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Aug 8, 2020
1 parent bbb918e commit df7a23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build: .
command: tg --nousb --metrics --pprof.addr="0.0.0.0" --pprof.port="6060" --private.api.addr="0.0.0.0:9090" --ipcdisable
volumes:
- ${XDG_DATA_HOME:-~/.local/share}/turbogeth:/root/.turbogeth/
- ${XDG_DATA_HOME:-~/.local/share}/turbogeth:/root/.local/share/turbogeth
ports:
- 30303:30303

Expand Down

0 comments on commit df7a23c

Please sign in to comment.