Przeglądaj źródła

Fix dockerfile

tags/0.9
9seconds 7 lat temu
rodzic
commit
8d6c038ccf
2 zmienionych plików z 2 dodań i 3 usunięć
  1. 1
    2
      Dockerfile
  2. 1
    1
      Makefile

+ 1
- 2
Dockerfile Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz