Skip to content

Commit 7829a7e

Browse files
committed
fix: update docker compose docs
1 parent 30db3e9 commit 7829a7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/installation/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defined in a separate `docker-compose-postgres.yml` file.
3636

3737
Run the following command:
3838
```bash
39-
docker compose -f docker-compose.yml -f docker-compose-postgres.yml up -d
39+
DATABASE_TYPE=postgres docker compose -f docker-compose.yml -f docker-compose-postgres.yml up -d
4040
```
4141

4242
To stop and remove the containers, run:

examples/docker_compose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defined in a separate `docker-compose-postgres.yml` file.
3535

3636
Run the following command:
3737
```bash
38-
docker compose -f docker-compose.yml -f docker-compose-postgres.yml up -d
38+
DATABASE_TYPE=postgres docker compose -f docker-compose.yml -f docker-compose-postgres.yml up -d
3939
```
4040

4141
To stop and remove the containers, run:

0 commit comments

Comments
 (0)