lancachenet / lancache-dns

DNS Docker service for a lancache.
https://hub.docker.com/r/lancachenet/lancache-dns/
MIT License
280 stars 73 forks source link

CACHE_DOMAINS_REPO not changing source location of cache-domains #119

Closed pauls06 closed 3 years ago

pauls06 commented 3 years ago

Related to issue 68 https://github.com/lancachenet/lancache-dns/issues/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

stale[bot] commented 3 years ago

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.

stale[bot] commented 3 years ago

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