mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-07-22 19:54:55 +02:00
Release of RouterOS changed to 6.46beta55
This commit is contained in:
parent
d105dbc2f9
commit
67f9cb70fb
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:3.8
|
||||
|
||||
ENV ROUTEROS_VERSON="6.46beta44"
|
||||
ENV ROUTEROS_VERSON="6.46beta55"
|
||||
ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi"
|
||||
ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE"
|
||||
|
||||
|
|
|
@ -11,12 +11,13 @@ services:
|
|||
- "18728:8728"
|
||||
- "18729:8729"
|
||||
|
||||
routeros-6-44:
|
||||
image: evilfreelancer/docker-routeros:6.44
|
||||
routeros-6-45:
|
||||
image: evilfreelancer/docker-routeros:6.45.6
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "22222:22"
|
||||
- "22223:23"
|
||||
- "7777:80"
|
||||
- "8728:8728"
|
||||
- "8729:8729"
|
||||
- "28728:8728"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue