mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2025-03-04 08:21:15 +01:00
Merge pull request #26 from bfg100k/master
Version 1.12.2 broken on host systems that are still using legacy iptables. ISSUE FOR ROUTER MODE ONLY
This commit is contained in:
commit
ea04bd7977
@ -13,7 +13,7 @@ ENV LOG_PATH=/var/log/supervisor
|
|||||||
|
|
||||||
COPY scripts/entrypoint-router.sh /usr/sbin/
|
COPY scripts/entrypoint-router.sh /usr/sbin/
|
||||||
|
|
||||||
RUN apk add --no-cache --purge --clean-protected iptables tzdata \
|
RUN apk add --no-cache --purge --clean-protected iptables-legacy tzdata \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
EXPOSE 9993/udp
|
EXPOSE 9993/udp
|
||||||
|
Loading…
Reference in New Issue
Block a user