3 lines
112 B
Bash
3 lines
112 B
Bash
|
|
#!/bin/bash
|
||
|
|
podman run -d -p 5432:5432 -e POSTGRES_USER=leetbot -e POSTGRES_PASSWORD=leetbot docker.io/postgres
|