mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Fixed IPv6 access inside Docker container
This commit is contained in:
@@ -11,7 +11,7 @@ RUN pip install -r requirements.txt
|
||||
#
|
||||
# ---- Release ----
|
||||
FROM dependencies AS release
|
||||
# copy project file(s)
|
||||
# copy project source file(s)
|
||||
WORKDIR /
|
||||
COPY cloudflare-ddns.py .
|
||||
CMD ["python", "/cloudflare-ddns.py", "--repeat"]
|
||||
CMD ["python", "-u", "/cloudflare-ddns.py", "--repeat"]
|
||||
Reference in New Issue
Block a user