aboutsummaryrefslogtreecommitdiff
path: root/doc/book/cookbook/gateways.md
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-01-30 16:35:30 +0000
committerAlex <alex@adnab.me>2023-01-30 16:35:30 +0000
commit4cff37397f626ef063dad29e5b5e97ab1206015d (patch)
tree584005f176e3e535dd4e63ae766cffc9fb12b0f0 /doc/book/cookbook/gateways.md
parenta1005c26b638782df613a7a776e4dcb22ad34d08 (diff)
parent5f412abd4e0868ea11711f696c3eabe452db7560 (diff)
downloadgarage-4cff37397f626ef063dad29e5b5e97ab1206015d.tar.gz
garage-4cff37397f626ef063dad29e5b5e97ab1206015d.zip
Merge pull request 'Small doc corrections' (#489) from jpds/garage:doc-corrections into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/489
Diffstat (limited to 'doc/book/cookbook/gateways.md')
-rw-r--r--doc/book/cookbook/gateways.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/gateways.md b/doc/book/cookbook/gateways.md
index 62ed0fe2..ce4c7fa8 100644
--- a/doc/book/cookbook/gateways.md
+++ b/doc/book/cookbook/gateways.md
@@ -21,7 +21,7 @@ You can configure Garage as a gateway on all nodes that will consume your S3 API
The instructions are similar to a regular node, the only option that is different is while configuring the node, you must set the `--gateway` parameter:
```bash
-garage layout assign --gateway --tag gw1 <node_id>
+garage layout assign --gateway --tag gw1 -z dc1 <node_id>
garage layout show # review the changes you are making
garage layout apply # once satisfied, apply the changes
```