leetbot/run-db.sh
Andreas Larsen 5ac12eb97b
All checks were successful
continuous-integration/drone/push Build is passing
wip
2022-07-30 02:25:28 +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