|
@@ -25,7 +25,7 @@ Default URL base: `http://127.0.0.1:8515`
|
|
|
docker compose up -d --build
|
|
docker compose up -d --build
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-The compose file persists `data/` and `logs/` into the project directory and keeps the candle DB bounded.
|
|
|
|
|
|
|
+The compose file persists `data/` and `logs/` into the project directory, binds the server to `0.0.0.0`, and keeps the candle DB bounded.
|
|
|
Reload is off by default in container runs, so the poller won't trigger watcher loops.
|
|
Reload is off by default in container runs, so the poller won't trigger watcher loops.
|
|
|
|
|
|
|
|
## HTTP
|
|
## HTTP
|