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