This commit is contained in:
Marc Fokkert
2025-10-17 14:58:05 +02:00
parent d1298973a2
commit 8c149a4b38
5 changed files with 106 additions and 2 deletions

View File

@@ -43,6 +43,12 @@ resource "docker_container" "nginx-lb" {
type = "bind"
}
mounts {
target = "/var/log/nginx"
source = "/var/lib/containers/nginx-lb/log"
type = "bind"
}
restart = "always"
networks_advanced {