소스 검색

Fix dockerfile

tags/0.9
9seconds 7 년 전
부모
커밋
8d6c038ccf
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    2
      Dockerfile
  2. 1
    1
      Makefile

+ 1
- 2
Dockerfile 파일 보기

@@ -29,8 +29,7 @@ ENTRYPOINT ["/usr/local/bin/mtg"]
29 29
 ENV MTG_IP=0.0.0.0 \
30 30
     MTG_PORT=3128 \
31 31
     MTG_STATS_IP=0.0.0.0 \
32
-    MTG_STATS_PORT=3129 \
33
-    MTG_USE_IPV6=true
32
+    MTG_STATS_PORT=3129
34 33
 EXPOSE 3128 3129
35 34
 
36 35
 COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

+ 1
- 1
Makefile 파일 보기

@@ -76,5 +76,5 @@ install-dep:
76 76
 
77 77
 .PHONY: install-lint
78 78
 install-lint:
79
-	@go get gopkg.in/alecthomas/gometalinter.v2 && \
79
+	@go get github.com/alecthomas/gometalinter && \
80 80
 		$(GOMETALINTER) --install >/dev/null

Loading…
취소
저장