mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
remove custom chroot_env
This commit is contained in:
@@ -5,17 +5,6 @@ name = "nomad@IP_ADDRESS"
|
||||
# Enable the client
|
||||
client {
|
||||
enabled = true
|
||||
chroot_env {
|
||||
"/bin" = "/bin"
|
||||
"/etc" = "/etc"
|
||||
"/home" = "/home"
|
||||
"/lib" = "/lib"
|
||||
"/lib32" = "/lib32"
|
||||
"/lib64" = "/lib64"
|
||||
"/run/resolvconf" = "/run/resolvconf"
|
||||
"/sbin" = "/sbin"
|
||||
"/usr" = "/usr"
|
||||
}
|
||||
}
|
||||
|
||||
consul {
|
||||
|
||||
Reference in New Issue
Block a user