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 6b8a8a9 commit a046ff0Copy full SHA for a046ff0
docs/quickstarts/automq.md
@@ -51,7 +51,7 @@ aws s3api create-bucket --bucket your-automq-ops --endpoint-url https://t3.stora
51
Edit the `docker-compose.yaml` file and update the Tigris credentials and bucket
52
names:
53
54
-```yaml
+````yaml
55
services:
56
server1:
57
container_name: "automq-server1"
@@ -106,7 +106,7 @@ Start the AutoMQ cluster with Docker Compose:
106
107
```bash
108
docker-compose up -d
109
-```
+````
110
111
Check the logs to verify AutoMQ is running:
112
0 commit comments