fix(caddy): remove unused volume
This commit is contained in:
@@ -63,10 +63,6 @@ locals {
|
|||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "docker_volume" "caddy_config" {
|
|
||||||
name = "${local.container_name}_config"
|
|
||||||
}
|
|
||||||
|
|
||||||
// Create Caddyfile in the volume path
|
// Create Caddyfile in the volume path
|
||||||
resource "local_file" "caddyfile" {
|
resource "local_file" "caddyfile" {
|
||||||
content = local.caddyfile_content
|
content = local.caddyfile_content
|
||||||
|
|||||||
Reference in New Issue
Block a user