correct the dir
This commit is contained in:
parent
a86f925f08
commit
dc50a6c2be
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
Loading…
Reference in a new issue