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