Преглед на файлове

Fix dockerfile

tags/0.9
9seconds преди 7 години
родител
ревизия
8d6c038ccf
променени са 2 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 1
    2
      Dockerfile
  2. 1
    1
      Makefile

+ 1
- 2
Dockerfile Целия файл

29
 ENV MTG_IP=0.0.0.0 \
29
 ENV MTG_IP=0.0.0.0 \
30
     MTG_PORT=3128 \
30
     MTG_PORT=3128 \
31
     MTG_STATS_IP=0.0.0.0 \
31
     MTG_STATS_IP=0.0.0.0 \
32
-    MTG_STATS_PORT=3129 \
33
-    MTG_USE_IPV6=true
32
+    MTG_STATS_PORT=3129
34
 EXPOSE 3128 3129
33
 EXPOSE 3128 3129
35
 
34
 
36
 COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
35
 COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

+ 1
- 1
Makefile Целия файл

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

Loading…
Отказ
Запис