Revert "fix(dev): mount points?!"

This reverts commit 365bf3cbf0.
This commit is contained in:
Andras Bacsai
2025-05-05 08:55:44 +02:00
parent 5e840ca69b
commit 24b7b53973
7 changed files with 33 additions and 27 deletions

View File

@@ -202,8 +202,7 @@ function generate_default_proxy_configuration(Server $server)
$config['services']['traefik']['command'][] = '--log.level=debug';
$config['services']['traefik']['command'][] = '--accesslog.filepath=/traefik/access.log';
$config['services']['traefik']['command'][] = '--accesslog.bufferingsize=100';
$config['services']['traefik']['volumes'][] = "{$proxy_path}:/traefik";
// $config['services']['traefik']['volumes'][] = '/var/lib/docker/volumes/coolify_dev_coolify_data/_data/proxy/:/traefik';
$config['services']['traefik']['volumes'][] = '/var/lib/docker/volumes/coolify_dev_coolify_data/_data/proxy/:/traefik';
} else {
$config['services']['traefik']['command'][] = '--api.insecure=false';
$config['services']['traefik']['volumes'][] = "{$proxy_path}:/traefik";