synth.download/phosphorus/srv/docker/postgres/psql.sh

2 lines
81 B
Bash
Raw Permalink Normal View History

2025-07-19 23:52:19 -05:00
#!/usr/bin/env bash
docker exec -it postgres-db-1 /bin/bash -c "psql -U postgres"