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