Browse Source

Dockerfile: remove unused parts

We expose ports another way
pull/1057/head
Philip H 11 months ago
committed by GitHub
parent
commit
ad80017846
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      Dockerfile

4
Dockerfile

@ -37,10 +37,6 @@ RUN apk add --no-cache \
# Use iptables-legacy
RUN update-alternatives --install /sbin/iptables iptables /sbin/iptables-legacy 10 --slave /sbin/iptables-restore iptables-restore /sbin/iptables-legacy-restore --slave /sbin/iptables-save iptables-save /sbin/iptables-legacy-save
# Expose Ports (If needed on buildtime)
#EXPOSE 51820/udp
#EXPOSE 51821/tcp
# Set Environment
ENV DEBUG=Server,WireGuard

Loading…
Cancel
Save