|
|
@@ -19,6 +19,7 @@ RUN set -ex \
|
|
|
&& /root/v2ray.sh "${TARGETPLATFORM}" \
|
|
|
&& rm -fv /root/v2ray.sh \
|
|
|
&& wget -O /usr/share/v2ray/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat \
|
|
|
+ && wget -O /usr/share/v2ray/geoip-only-cn-private.dat https://github.com/v2fly/geoip/releases/latest/download/geoip-only-cn-private.dat \
|
|
|
&& wget -O /usr/share/v2ray/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat
|
|
|
|
|
|
VOLUME /etc/v2ray
|