docker-compose add indexer-addr port 1212

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

View File

@ -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