leetbot/run-db.sh

3 lines
112 B
Bash
Raw Normal View History

2022-07-29 19:32:35 +00:00
#!/bin/bash
podman run -d -p 5432:5432 -e POSTGRES_USER=leetbot -e POSTGRES_PASSWORD=leetbot docker.io/postgres