Procházet zdrojové kódy

Fix dockerfile

tags/0.9
9seconds před 8 roky
rodič
revize
8d6c038ccf
2 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 1
    2
      Dockerfile
  2. 1
    1
      Makefile

+ 1
- 2
Dockerfile Zobrazit soubor

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

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

Načítá se…
Zrušit
Uložit