mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-14 22:32:28 +01:00
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Open SQL console for the database
|
|
|
|
docker exec -it contentdb_db_1 psql contentdb contentdb
|