diff --git a/compose.yaml b/compose.yaml index 7ad7da0..76824bf 100644 --- a/compose.yaml +++ b/compose.yaml @@ -18,5 +18,5 @@ networks: driver: bridge ipam: config: - - subnet: 10.66.0.0/30 - gateway: 10.66.0.1 \ No newline at end of file + - subnet: 10.66.0.1/30 + gateway: 10.66.0.2 \ No newline at end of file