#!/bin/bash docker run \ -d \ --rm \ --name u_db \ -e POSTGRES_PASSWORD=12348756 \ -v $(pwd)/data:/var/lib/postgresql/data \ postgres