Merge pull request #2618 from ipfs/dockerfile-logging

docker: allow IPFS_LOGGING to be passed
This commit is contained in:
Jeromy Johnson 2016-04-28 11:58:55 -07:00
commit c067fb9e83
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,8 @@ EXPOSE 8080
ENV GX_IPFS ""
# The IPFS fs-repo within the container
ENV IPFS_PATH /data/ipfs
# The default logging level
ENV IPFS_LOGGING ""
# Golang stuff
ENV GO_VERSION 1.5.4-r0
ENV GOPATH /go

View File

@ -16,6 +16,7 @@ EXPOSE 8080
ENV GX_IPFS ""
ENV IPFS_PATH /data/ipfs
ENV IPFS_LOGGING ""
ENV GO_VERSION 1.5.4-r0
ENV GOPATH /go
ENV PATH /go/bin:$PATH