fix: firezone network
This commit is contained in:
parent
9dbfdeeb7a
commit
62037c2495
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
fz-internal:
|
fz-internal:
|
||||||
ipv4_address: 172.25.0.10
|
ipv4_address: 172.90.0.10
|
||||||
ipv6_address: fcff:3990:3990::99
|
ipv6_address: fcff:3990:3990::99
|
||||||
|
|
||||||
fz-postgres:
|
fz-postgres:
|
||||||
|
@ -61,6 +61,6 @@ networks:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
- subnet: 172.19.0.0/16
|
- subnet: 172.90.0.0/16
|
||||||
- subnet: fcff:3990:3990::/64
|
- subnet: fcff:3990:3990::/64
|
||||||
gateway: fcff:3990:3990::1
|
gateway: fcff:3990:3990::1
|
||||||
|
|
Loading…
Reference in a new issue