Portainer should use static network
This commit is contained in:
parent
ca76be45c2
commit
720b2227e9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module "portainer_network" {
|
||||
source = "../../../docker/network"
|
||||
source = "github.com/matthewbaggett/terraform_modules//docker/network"
|
||||
stack_name = var.stack_name
|
||||
network_name = "portainer"
|
||||
}
|
Loading…
Reference in a new issue