File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ defined in a separate `docker-compose-postgres.yml` file.
3636
3737Run 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
4242To stop and remove the containers, run:
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ defined in a separate `docker-compose-postgres.yml` file.
3535
3636Run 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
4141To stop and remove the containers, run:
You can’t perform that action at this time.
0 commit comments