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