Fix `-log` option in `wnode-test-cluster/docker-compose.yml`

- Was causing `wnode_1     | flag provided but not defined: -log DEBUG` error
This commit is contained in:
Pedro Pombeiro 2018-02-21 17:57:24 +01:00
parent 04d216dcc5
commit d02c2f16d8
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ services:
- "-bootnodes=enode://3f04db09bedc8d85a198de94c84da73aa7782fafc61b28c525ec5cca5a6cc16be7ebbb5cd001780f71d8408d35a2f6326faa1e524d9d8875294172ebec988743@172.16.238.10:30303"
- "-http"
- "-httphost=0.0.0.0"
- "-log DEBUG"
- "-log=DEBUG"
ports:
- 8080
- 8545