1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 13:22:21 +08:00

docker: allow IPFS_LOGGING to be passed

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth
2016-04-28 20:57:02 +02:00
parent 021da128ce
commit e933a57976
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