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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
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 |
|
|
|