diff options
Diffstat (limited to 'Services/mariadb')
-rw-r--r-- | Services/mariadb/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md index 447fcff..d9436cd 100644 --- a/Services/mariadb/README.md +++ b/Services/mariadb/README.md @@ -26,9 +26,11 @@ Build the container ## Accessing server access to the running database + mysql -h localhost -p 3306 access to the container itself + docker exec -it mariadb bash ## Related Resources |