mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-12 09:20:55 +01:00
switched to iptables-legacy for backwards compatibility
This commit is contained in:
parent
e1e2c27461
commit
cfc3276a5d
@ -13,7 +13,7 @@ ENV LOG_PATH=/var/log/supervisor
|
||||
|
||||
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/*
|
||||
|
||||
EXPOSE 9993/udp
|
||||
|
Loading…
Reference in New Issue
Block a user