mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-15 21:21:00 +00:00
Fix migration script.
This commit is contained in:
parent
055980b975
commit
7b216dd466
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ then
|
|||
-e POSTGRES_PASSWORD=${DB_PASSWORD} \
|
||||
-e POSTGRES_DB=${DB_NAME} \
|
||||
-p "${DB_PORT}":5432 \
|
||||
-d postgres \
|
||||
-d \
|
||||
--name "postgres_$(date '+%s')" \
|
||||
postgres -N 1000
|
||||
# ^ Increased maximum number of connections for testing purposes
|
||||
|
|
Loading…
Reference in a new issue