diff --git a/README.md b/README.md index b33012f..e5c0666 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ podman run \ --detach \ --name trade_bot \ --secret secrets.toml \ - --volume ./config/:/root/config/ \ + --volume ./config/:/root/config/:Z \ --env CONFIG=/root/config/config.toml \ --env SECRETS=/run/secrets/secrets.toml \ --env RUST_LOG=trade_bot \ diff --git a/config/config.toml b/config/config.toml index a1f8a4d..1d75359 100644 --- a/config/config.toml +++ b/config/config.toml @@ -1,5 +1,5 @@ -position = [17744.0, 14975.0, 239.0] -orientation = 90 +position = [17725.5, 14946.5, 239.0] +orientation = 45 announcement = "Buying cheese, selling potions and other stuff." [buy_prices]