From dc50a6c2bec5796116ab380d88c3b366d386fd0a Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 27 Jan 2026 20:52:03 -0700 Subject: [PATCH] correct the dir --- keepalived/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keepalived/docker-compose.yml b/keepalived/docker-compose.yml index 2d7d28a..cdd4ac2 100644 --- a/keepalived/docker-compose.yml +++ b/keepalived/docker-compose.yml @@ -13,10 +13,10 @@ services: # 1. Mount the Check Script Folder - /docker/keepalived/checks:/checks # 2. Mount the Config File (The Nuclear Option) - - /docker/keepalived/config:/config + - /docker/keepalived/config:/usr/local/etc/keepalived environment: # We still need this to tell the container where to look - - KEEPALIVED_CONFIG=/config/keepalived.conf + #- KEEPALIVED_CONFIG=/config/keepalived.conf # We can remove all the other KEEPALIVED_* variables now! # (They are handled inside the file) \ No newline at end of file