add public url for volume server

This commit is contained in:
Chris Lu 2020-10-23 18:19:07 -07:00
parent 0cea84e7ab
commit 12eafd634d

View file

@ -24,7 +24,7 @@ services:
ports:
- 8080:8080
- 18080:18080
command: 'volume -mserver="master0:9333,master1:9334,master2:9335" -port=8080 -ip=volume'
command: 'volume -mserver="master0:9333,master1:9334,master2:9335" -port=8080 -ip=volume -publicUrl=localhost:8080'
depends_on:
- master0
- master1