[docs]: Fix a typo in Docker setup doc (#11683)

This commit is contained in:
Karan Rathod 2024-12-19 14:06:01 +05:30 committed by GitHub
parent 2e05f35889
commit 7402914d0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ curl -LO https://tooljet-deployments.s3.us-west-1.amazonaws.com/docker/backup-re
2. Download our production docker-compose file into the server.
```bash
curl -LO https://tooljet-deployments.s3.us-west-1.amazonaws.com/pre-release/docker/docker-compose.yml
curl -LO https://tooljet-deployments.s3.us-west-1.amazonaws.com/pre-release/docker/docker-compose.yaml
```
3. Create `.env` file in the current directory (where the docker-compose.yaml file is downloaded as in step 1):