leetbot/run-db.sh
Andreas Larsen 2474a171c4
All checks were successful
continuous-integration/drone/push Build is passing
wip
2022-07-30 01:29:58 +02:00

3 lines
112 B
Bash
Executable File

#!/bin/bash
podman run -d -p 5432:5432 -e POSTGRES_USER=leetbot -e POSTGRES_PASSWORD=leetbot docker.io/postgres