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
428
428
429
429
You can run the same tasks for Postgres 14, 15, 16, and 17.
430
430
431
+ The configuration for the Postgres containers in ` tests/docker-compose.yml ` .
432
+
431
433
Limitations:
432
434
433
435
- ** Volumes for Postgres containers are not persistent.**
434
436
If you need to look at data in the container, uncomment a volume in
435
437
` tests/docker-compose.yml `
436
438
- ** 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