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:
Lukas Prettenthaler 2023-11-05 07:15:19 -08:00 committed by GitHub
commit ea04bd7977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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