fix: make sure caddy is not removed by cleanup

This commit is contained in:
peaklabs-dev
2024-10-14 21:35:20 +02:00
parent 5d62a46a16
commit 3984eda4db

View File

@@ -244,6 +244,7 @@ function generate_default_proxy_configuration(Server $server)
], ],
'labels' => [ 'labels' => [
'coolify.managed=true', 'coolify.managed=true',
'coolify.proxy=true',
], ],
'volumes' => [ 'volumes' => [
'/var/run/docker.sock:/var/run/docker.sock:ro', '/var/run/docker.sock:/var/run/docker.sock:ro',