mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 13:04:02 +03:00
Fix dockerfile
This commit is contained in:
+1
-2
@@ -29,8 +29,7 @@ ENTRYPOINT ["/usr/local/bin/mtg"]
|
|||||||
ENV MTG_IP=0.0.0.0 \
|
ENV MTG_IP=0.0.0.0 \
|
||||||
MTG_PORT=3128 \
|
MTG_PORT=3128 \
|
||||||
MTG_STATS_IP=0.0.0.0 \
|
MTG_STATS_IP=0.0.0.0 \
|
||||||
MTG_STATS_PORT=3129 \
|
MTG_STATS_PORT=3129
|
||||||
MTG_USE_IPV6=true
|
|
||||||
EXPOSE 3128 3129
|
EXPOSE 3128 3129
|
||||||
|
|
||||||
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|||||||
Reference in New Issue
Block a user