Before launching the command below, check DSN for correctness
docker run -v "$PWD"/migrations:/migrations \
--network host \
migrate/migrate:v4.14.1 \
-path=/migrations/ \
-database "postgres://shortener:123456789@localhost:5432/shortener?sslmode=disable" \
up