Skip to content

Commit

Permalink
Fix the hornet config specification (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
trungtt198x committed Aug 28, 2023
1 parent 1fd6f19 commit f716ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Expand Up @@ -84,7 +84,7 @@ services:
# - "-c"
# - "config_testnet.json"
# - "config_alphanet.json"
- "-c ${HORNET_CONFIG_PATH}"
- "--config=${HORNET_CONFIG_PATH}"
- "--inx.enabled=true"
- "--inx.bindAddress=hornet:9029"
- "--prometheus.enabled=true"
Expand Down

0 comments on commit f716ea5

Please sign in to comment.