1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-24 19:25:30 +08:00

Merge pull request 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
2 changed files with 3 additions and 0 deletions

@ -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