summaryrefslogtreecommitdiff
path: root/psql.sh
diff options
context:
space:
mode:
Diffstat (limited to 'psql.sh')
-rwxr-xr-xpsql.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/psql.sh b/psql.sh
new file mode 100755
index 0000000..c4a6da6
--- /dev/null
+++ b/psql.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+sudo docker exec -it tracker_db_1 psql -U tracking -d tracking
+