docker-compose add indexer-addr port 1212 fix

This commit is contained in:
Bora M. Alper 2020-02-21 11:50:05 +00:00
parent 9ab62466da
commit 04818c5bea
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D

View File

@ -7,7 +7,7 @@ services:
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
- ${MAGNETICOD_CONFIG}:/root/.config/magneticod
network_mode: "host"
cmd:
command:
- "--indexer-addr=0.0.0.0:1212"
magneticow: