mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 17:43:46 +01:00
6 lines
114 B
Bash
6 lines
114 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Open SQL console for the database
|
||
|
|
||
|
docker exec -it contentdb_db_1 sh -c "psql contentdb contentdb"
|