mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
Merge pull request #980 from codysoyland/977-docker-bind-localhost
Bind the handler to all interfaces (0.0.0.0) in Dockerfile. Fixes #977.
This commit is contained in:
commit
088847dcef
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ EXPOSE 10101
|
|||
VOLUME /data
|
||||
|
||||
ENTRYPOINT ["/pilosa"]
|
||||
CMD ["server", "--data-dir", "/data"]
|
||||
CMD ["server", "--data-dir", "/data", "--bind", "http://0.0.0.0:10101"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue