We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7afc03 commit 4dec02fCopy full SHA for 4dec02f
README.md
@@ -56,7 +56,7 @@ docker run -d \
56
--volume data-volume:/data \
57
--publish 127.0.0.1:8888:8888 \
58
ghcr.io/getsentry/objectstore:latest \
59
- run -c /etc/objectstore/config.yaml
+ --config /etc/objectstore/config.yaml run
60
```
61
62
The command above assumes a configuration file named `config.yaml` in the current
@@ -231,7 +231,7 @@ reason, we do **not** provide default configuration variables in `.envrc`.
231
232
```sh
233
# Option 1: Configuration file
234
-cargo run -- run -c objectstore-server/config/local.example.yaml
+cargo run -- -c objectstore-server/config/local.example.yaml run
235
236
# Option 2: Environment variables
237
export FSS_HIGH_VOLUME_STORAGE__TYPE=filesystem
0 commit comments