mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
[docs]: Fix a typo in Docker setup doc (#11683)
This commit is contained in:
parent
2e05f35889
commit
7402914d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue