lookup/mock/postgres.sh

9 lines
162 B
Bash
Raw Normal View History

2023-07-31 00:49:44 +00:00
#!/usr/bin/env sh
docker run \
-e POSTGRES_PASSWORD=test \
-it \
-v ./postgres:/var/lib/postgresql/data \
-p 0.0.0.0:5432:5432 \
postgres:14