Skip to content

Commit

Permalink
docker-compose add indexer-addr port 1212
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Feb 21, 2020
1 parent de3b8df commit 9ab6246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
- ${MAGNETICOD_CONFIG}:/root/.config/magneticod
network_mode: "host"
cmd:
- "--indexer-addr=0.0.0.0:1212"

magneticow:
image: boramalper/magneticow
Expand Down

0 comments on commit 9ab6246

Please sign in to comment.