Browse Source

Revert Dockerfile: switch from iptables to iptables-legacy

it's need some more development
pull/689/head
Philip H 1 year ago
committed by GitHub
parent
commit
35386d0792
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Dockerfile

5
Dockerfile

@ -35,13 +35,10 @@ RUN npm i -g nodemon
# Install Linux packages
RUN apk add -U --no-cache \
iptables-legacy \
iptables \
wireguard-tools \
dumb-init
# Symlink iptables
RUN ln -s /sbin/iptables-legacy /sbin/iptables
# Expose Ports
EXPOSE 51820/udp
EXPOSE 51821/tcp

Loading…
Cancel
Save