Fix Docker network subnet allocation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8f67250928
commit
fdd75a135e
|
|
@ -48,3 +48,6 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
votc-internal:
|
votc-internal:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.29.0.0/24
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue