Remove problematic file mounts
This commit is contained in:
@@ -56,16 +56,6 @@ module "pelican-panel" {
|
||||
networks = concat([module.pelican_network.name], var.networks)
|
||||
restart_policy = "always"
|
||||
volumes = [
|
||||
{
|
||||
host_path = "${var.volume_path}/${local.container_name}/data"
|
||||
container_path = "/pelican-data"
|
||||
read_only = false
|
||||
},
|
||||
{
|
||||
host_path = "${var.volume_path}/${local.container_name}/logs"
|
||||
container_path = "/var/www/html/storage/logs"
|
||||
read_only = false
|
||||
},
|
||||
{
|
||||
host_path = "${var.volume_path}/${local.container_name}/Caddyfile"
|
||||
container_path = "/etc/caddy/Caddyfile"
|
||||
|
||||
Reference in New Issue
Block a user