Skip to content
Snippets Groups Projects
Commit bf6f6b6a authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

change ipv6 pool

parent acc60966
Branches
Tags
2 merge requests!110Integration test,!90Develop
Pipeline #66436 failed
...@@ -10,6 +10,6 @@ resource "docker_network" "danet" { ...@@ -10,6 +10,6 @@ resource "docker_network" "danet" {
name = "danet-${random_id.server.hex}" name = "danet-${random_id.server.hex}"
ipv6 = true ipv6 = true
ipam_config { ipam_config {
subnet = "fd::/64" subnet = "fdfe::/64"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment