From 3031a728a5ceb0c128f1ac8b816a52e21183c1cc Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Thu, 13 Mar 2025 10:15:46 +0300 Subject: [PATCH] minimal bridge --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 9e087d1..8879e63 100644 --- a/compose.yaml +++ b/compose.yaml @@ -18,5 +18,5 @@ networks: driver: bridge ipam: config: - - subnet: 10.67.0.0/30 - gateway: 10.67.0.1 \ No newline at end of file + - subnet: 10.68.0.0/30 + gateway: 10.68.0.1 \ No newline at end of file