Update everything to the new leap serer
This commit is contained in:
@@ -9,6 +9,9 @@ resource "docker_image" "smokeping" {
|
||||
|
||||
resource "docker_network" "smokeping" {
|
||||
name = "smokeping"
|
||||
lifecycle {
|
||||
ignore_changes = [ipam_options]
|
||||
}
|
||||
}
|
||||
|
||||
resource "docker_container" "smokeping" {
|
||||
|
||||
Reference in New Issue
Block a user