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

2 lines
No EOL
81 B
Bash

#!/usr/bin/env bash
docker exec -it postgres-db-1 /bin/bash -c "psql -U postgres"