From 4342800b4f4243f413db578244f3c868e51ca6bd Mon Sep 17 00:00:00 2001 From: Alexander Tebeiv Date: Sun, 21 Jun 2026 17:26:56 +0200 Subject: [PATCH] fix: update Docker Compose configuration for RouterOS service --- lab/compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lab/compose.yaml b/lab/compose.yaml index 7441d46..f7f620b 100644 --- a/lab/compose.yaml +++ b/lab/compose.yaml @@ -13,7 +13,7 @@ services: ports: - '8025:8025' # Web UI networks: - - network1 + - default routeros: # https://github.com/EvilFreelancer/docker-routeros @@ -25,7 +25,6 @@ services: depends_on: mailpit: condition: service_healthy - #entrypoint: ["/routeros/entrypoint_with_four_interfaces.sh"] cap_add: - NET_ADMIN devices: @@ -38,10 +37,11 @@ services: - "18728:8728" - "18729:8729" - "18291:8291" + # The image keeps eth0 for QEMU host forwarding and bridges eth1 into CHR. networks: default: interface_name: eth0 - network1: + routeros-lan: interface_name: eth1 routeros-init: @@ -56,5 +56,5 @@ services: networks: - network1: + routeros-lan: driver: bridge