Update Dockerfile

This commit is contained in:
Teddysun
2020-10-02 08:51:19 +09:00
parent 6d9b1ee4bb
commit f857cac91b
4 changed files with 6 additions and 6 deletions

View File

@@ -17,8 +17,8 @@ RUN set -ex \
&& chmod +x /root/v2ray.sh \
&& /root/v2ray.sh \
&& rm -fv /root/v2ray.sh \
&& wget -O /usr/bin/geosite.dat https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat \
&& wget -O /usr/bin/geoip.dat https://github.com/v2ray/geoip/releases/latest/download/geoip.dat
&& wget -O /usr/bin/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat \
&& wget -O /usr/bin/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat
VOLUME /etc/v2ray
ENV TZ=Asia/Shanghai