Temporary punch the port through to the host to make things work
Former-commit-id: f6cb041634
pull/283/head
parent
2b94ed12c2
commit
bddf72ee46
|
|
@ -13,7 +13,7 @@ services:
|
||||||
- "6060"
|
- "6060"
|
||||||
- "26657"
|
- "26657"
|
||||||
- "26656"
|
- "26656"
|
||||||
- "9473"
|
- "9473:9473"
|
||||||
- "8545"
|
- "8545"
|
||||||
- "8546"
|
- "8546"
|
||||||
- "9090"
|
- "9090"
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wns:
|
wns:
|
||||||
server: 'http:/laconicd:9473/api'
|
server: 'http://localhost:9473/api'
|
||||||
webui: 'http://laconicd:9473/console'
|
webui: 'http://localhost:9473/console'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue