From 1ca3c48efa51148367dd5b365bae85dbfc88b7be Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Thu, 13 Mar 2025 10:10:47 +0300 Subject: [PATCH] minimal bridge --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 76824bf..4ca2866 100644 --- a/compose.yaml +++ b/compose.yaml @@ -18,5 +18,5 @@ networks: driver: bridge ipam: config: - - subnet: 10.66.0.1/30 - gateway: 10.66.0.2 \ No newline at end of file + - subnet: 10.66.1.0/30 + gateway: 10.66.1.0 \ No newline at end of file