correct the dir

This commit is contained in:
admin 2026-01-27 20:52:03 -07:00
parent a86f925f08
commit dc50a6c2be

View file

@ -13,10 +13,10 @@ services:
# 1. Mount the Check Script Folder # 1. Mount the Check Script Folder
- /docker/keepalived/checks:/checks - /docker/keepalived/checks:/checks
# 2. Mount the Config File (The Nuclear Option) # 2. Mount the Config File (The Nuclear Option)
- /docker/keepalived/config:/config - /docker/keepalived/config:/usr/local/etc/keepalived
environment: environment:
# We still need this to tell the container where to look # 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! # We can remove all the other KEEPALIVED_* variables now!
# (They are handled inside the file) # (They are handled inside the file)