fix: make sure caddy is not removed by cleanup
This commit is contained in:
parent
5d62a46a16
commit
3984eda4db
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ function generate_default_proxy_configuration(Server $server)
|
|||
],
|
||||
'labels' => [
|
||||
'coolify.managed=true',
|
||||
'coolify.proxy=true',
|
||||
],
|
||||
'volumes' => [
|
||||
'/var/run/docker.sock:/var/run/docker.sock:ro',
|
||||
|
|
|
|||
Loading…
Reference in a new issue