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 e30116e commit 9674d49Copy full SHA for 9674d49
deploy/docker/docker-compose-postgres.yml renamed to deploy/docker/docker-compose-postgres.yaml
docs/docs/deployment/docker.md
@@ -39,7 +39,7 @@ OR
39
For PostgreSQL database setup with persistent volume:
40
```bash
41
curl -LO https://raw.githubusercontent.com/ToolJet/ToolJet/main/deploy/docker/docker-compose-postgres.yaml
42
-mv docker-compose-postgres.yml docker-compose.yml
+mv docker-compose-postgres.yaml docker-compose.yaml
43
mkdir postgres_data
44
```
45
0 commit comments