2019-01-11 17:24:19 +03:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
routeros-6-42:
|
2019-03-02 03:13:22 +03:00
|
|
|
image: evilfreelancer/docker-routeros:6.42.12
|
2019-01-11 17:24:19 +03:00
|
|
|
restart: unless-stopped
|
2020-04-14 21:24:39 +03:00
|
|
|
cap_add:
|
|
|
|
- NET_ADMIN
|
|
|
|
devices:
|
|
|
|
- /dev/net/tun
|
2019-01-11 17:24:19 +03:00
|
|
|
ports:
|
|
|
|
- "12222:22"
|
|
|
|
- "12223:23"
|
|
|
|
- "18728:8728"
|
|
|
|
- "18729:8729"
|
|
|
|
|
2019-10-16 00:00:04 +03:00
|
|
|
routeros-6-45:
|
2020-04-14 21:24:39 +03:00
|
|
|
image: evilfreelancer/docker-routeros:6.46.5
|
2020-04-15 23:58:04 +03:00
|
|
|
build:
|
|
|
|
context: .
|
2019-01-11 17:44:05 +03:00
|
|
|
restart: unless-stopped
|
2020-04-14 21:24:39 +03:00
|
|
|
cap_add:
|
|
|
|
- NET_ADMIN
|
|
|
|
devices:
|
|
|
|
- /dev/net/tun
|
2019-01-11 17:44:05 +03:00
|
|
|
ports:
|
2019-01-11 17:47:14 +03:00
|
|
|
- "22222:22"
|
|
|
|
- "22223:23"
|
2019-10-16 00:00:04 +03:00
|
|
|
- "7777:80"
|
2019-01-11 17:44:05 +03:00
|
|
|
- "8728:8728"
|
|
|
|
- "8729:8729"
|
2019-01-11 17:45:18 +03:00
|
|
|
- "28728:8728"
|
|
|
|
- "28729:8729"
|