Skip to content

Commit 9674d49

Browse files
[docs] Update wrong file extension used in mv command (ToolJet#2583)
* [docs] Update wrong file extension used in mv command * Rename docker-compose extension to fit README
1 parent e30116e commit 9674d49

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/docs/deployment/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ OR
3939
For PostgreSQL database setup with persistent volume:
4040
```bash
4141
curl -LO https://raw.githubusercontent.com/ToolJet/ToolJet/main/deploy/docker/docker-compose-postgres.yaml
42-
mv docker-compose-postgres.yml docker-compose.yml
42+
mv docker-compose-postgres.yaml docker-compose.yaml
4343
mkdir postgres_data
4444
```
4545

0 commit comments

Comments
 (0)