WIP
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user