Change how docker-compose maps volumes
Only a handful of locations are shared with the docker-compose file, instead of the entire directory, to prevent build files from being overwritten by root. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ defmodule Omnibot.Contrib.Markov do
|
||||
require Logger
|
||||
|
||||
@default_config [
|
||||
save_dir: "markov",
|
||||
save_dir: "data/markov",
|
||||
order: 2,
|
||||
save_every: 5 * 60,
|
||||
ignore: [],
|
||||
|
||||
Reference in New Issue
Block a user