lancachenet / lancache-dns

DNS Docker service for a lancache.

Home Page:https://hub.docker.com/r/lancachenet/lancache-dns/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CACHE_DOMAINS_REPO not changing source location of cache-domains

pauls06 opened this issue · comments

Related to issue 68 #68

Setting CACHE_DOMAINS_REPO environment variable does not change the location of the cache-domains git repository
The alternative address should be use in the Dockerfile git clone command (line 12)

RUN git clone --depth=1 https://github.com/uklans/cache-domains/ /opt/cache-domains
should be
RUN git clone --depth=1 ${CACHE_DOMAINS_REPO} /opt/cache-domains

commented

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

commented

This issue has been automatically closed after being inactive for 30 days. If you require further assistance please reopen the issue with more details or talk to us on discord