mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-08-04 01:54:47 +02:00
Update Dockerfile
This commit is contained in:
parent
879f0e81fc
commit
919840fe21
1 changed files with 2 additions and 5 deletions
|
@ -3,11 +3,8 @@ FROM alpine:3.11
|
|||
# For access via VNC
|
||||
EXPOSE 5900
|
||||
|
||||
# Default ports of RouterOS
|
||||
EXPOSE 21 22 23 80 443 8291 8728 8729
|
||||
|
||||
# Different VPN services
|
||||
EXPOSE 50 51 500/udp 4500/udp 1194/tcp 1194/udp 1701 1723
|
||||
# Expose Ports of RouterOS
|
||||
EXPOSE 1194 1701 1723 1812/udp 1813/udp 21 22 23 443 4500/udp 50 500/udp 51 2021 2022 2023 2027 5900 80 8080 8291 8728 8729 8900
|
||||
|
||||
# Change work dir (it will also create this folder if is not exist)
|
||||
WORKDIR /routeros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue