mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-08-28 13:48:14 +02:00
port numeration fix
This commit is contained in:
parent
9fb5d1d614
commit
72ef9e2f42
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ services:
|
||||||
image: evilfreelancer/docker-routeros:6.43.8
|
image: evilfreelancer/docker-routeros:6.43.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "2223:23"
|
- "22222:22"
|
||||||
- "2222:22"
|
- "22223:23"
|
||||||
- "8728:8728"
|
- "8728:8728"
|
||||||
- "8729:8729"
|
- "8729:8729"
|
||||||
- "28728:8728"
|
- "28728:8728"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue