Update everything to the new leap serer
This commit is contained in:
@@ -30,7 +30,7 @@ resource "docker_container" "haproxy" {
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
ulimit,
|
||||
log_opts
|
||||
log_opts,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ resource "docker_container" "malla-capture" {
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
ulimit,
|
||||
log_opts
|
||||
log_opts,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ resource "docker_container" "resilio-sync" {
|
||||
name = "resilio-sync"
|
||||
restart = "always"
|
||||
|
||||
log_driver = "local"
|
||||
|
||||
|
||||
env = [
|
||||
"PUID=556",
|
||||
|
||||
@@ -9,6 +9,9 @@ resource "docker_image" "solidtime" {
|
||||
|
||||
resource "docker_network" "solidtime" {
|
||||
name = "solidtime"
|
||||
lifecycle {
|
||||
ignore_changes = [ipam_options]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user