mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Merge pull request #327 from codysoyland/docker-bind-grpc
Bind to public interface in docker image
This commit is contained in:
commit
ea99f32d36
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ EXPOSE 10101
|
|||
VOLUME /data
|
||||
|
||||
ENV PILOSA_DATA_DIR /data
|
||||
ENV PILOSA_BIND http://0.0.0.0:10101
|
||||
ENV PILOSA_BIND 0.0.0.0:10101
|
||||
ENV PILOSA_BIND_GRPC 0.0.0.0:20101
|
||||
|
||||
ENTRYPOINT ["/pilosa"]
|
||||
CMD ["server"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue