diff --git a/main.tf b/main.tf index e82d619..e0759e0 100644 --- a/main.tf +++ b/main.tf @@ -38,6 +38,10 @@ locals { { sourceVolume = "nginx-templates", containerPath = "/etc/nginx/templates/" + }, + { + sourceVolume = "nginx-app", + containerPath = "/app/" } ] : []