6 lines
129 B
Bash
6 lines
129 B
Bash
docker run \
|
|
-e POSTGRES_DB=test_db \
|
|
-e POSTGRES_USER=test_user \
|
|
-e POSTGRES_PASSWORD=password \
|
|
-p 5433:5432 \
|
|
-d postgres:12 |