Skip to content

Commit 06dd962

Browse files
committed
Explain more about how the containers work
1 parent efc8a75 commit 06dd962

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,13 @@ mise run postgres:down
428428

429429
You 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+
431433
Limitations:
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.

0 commit comments

Comments
 (0)