File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -428,11 +428,13 @@ mise run postgres:down
428428
429429You can run the same tasks for Postgres 14, 15, 16, and 17.
430430
431+ The configuration for the Postgres containers in ` tests/docker-compose.yml ` .
432+
431433Limitations:
432434
433435- ** Volumes for Postgres containers are not persistent.**
434436 If you need to look at data in the container, uncomment a volume in
435437 ` tests/docker-compose.yml `
436438- ** You can't run multiple Postgres containers at the same time.**
437- All the containers bind to the same port. If you want to run multiple
438- containers at the same time, you'll have to change the ports.
439+ All the containers bind to the same port ( ` 7543 ` ) . If you want to run
440+ multiple containers at the same time, you'll have to change the ports.
You can’t perform that action at this time.
0 commit comments