mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +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
|