Updates, add piped

This commit is contained in:
Marc Fokkert
2025-09-15 10:58:33 +02:00
parent 8d2a5c5494
commit 9a5969e129
6 changed files with 205 additions and 2 deletions

View File

@@ -50,6 +50,10 @@ resource "docker_container" "nginx-lb" {
ipv4_address = "192.168.3.29"
}
networks_advanced {
name = docker_network.nginx-lb.name
}
lifecycle {
ignore_changes = [
ulimit,