fix docker to work with master grpc port

This commit is contained in:
Chris Lu
2019-01-18 14:32:02 -08:00
parent 8ec57e18c7
commit 2b3cef7780
4 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,9 @@ EXPOSE 8080
EXPOSE 18888
# filer server http port
EXPOSE 8888
# master server shared gprc+http port
# master server shared gprc port
EXPOSE 19333
# master server shared http port
EXPOSE 9333
# s3 server http port
EXPOSE 8333