mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 21:00:21 +03:00
Update Dockerfile
This commit is contained in:
parent
c74179eece
commit
ffaf67a08a
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ RUN npm ci --production
|
|||
|
||||
# Expose Ports
|
||||
EXPOSE 51820/udp
|
||||
EXPOSE 80/tcp
|
||||
EXPOSE 51821/tcp
|
||||
|
||||
# Set Environment
|
||||
ENV DEBUG=Server,WireGuard
|
||||
|
||||
# Run Web UI
|
||||
CMD ["node", "server.js"]
|
||||
CMD ["node", "server.js"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue