mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 00:08:06 +08:00
docker: allow IPFS_LOGGING to be passed
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
parent
021da128ce
commit
e933a57976
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user