6 lines
112 B
Bash
Raw Normal View History

2020-01-19 15:51:47 +00:00
#!/bin/sh
2020-01-18 23:20:34 +00:00
# Open SQL console for the database
docker exec -it contentdb_db_1 sh -c "psql contentdb contentdb"