mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 21:00:21 +03:00
Bugfix: differnt Ports usage
This commit is contained in:
parent
c2482f494a
commit
f9daa3e5be
3 changed files with 6 additions and 3 deletions
|
@ -40,9 +40,9 @@ 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
|
||||
EXPOSE 51820/udp
|
||||
EXPOSE 51821/tcp
|
||||
# Expose Ports (If needed on buildtime)
|
||||
#EXPOSE 51820/udp
|
||||
#EXPOSE 51821/tcp
|
||||
|
||||
# Set Environment
|
||||
ENV DEBUG=Server,WireGuard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue