diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-02-26 18:08:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-26 18:08:01 +0100 |
| commit | 5de5a3ccf64a174adcec3070cd3bfeb6f6897254 (patch) | |
| tree | 96140b8f16cf79091153657b749569895c52d758 | |
| parent | 7dc93366d7bce567e1215125090132c1070656cd (diff) | |
| parent | 49cba50b03f7b955343906dc184ac07048a74e23 (diff) | |
| download | wiki-5de5a3ccf64a174adcec3070cd3bfeb6f6897254.tar.gz wiki-5de5a3ccf64a174adcec3070cd3bfeb6f6897254.tar.bz2 wiki-5de5a3ccf64a174adcec3070cd3bfeb6f6897254.zip | |
Merge pull request #10 from d3s0x86/patch-2
Update Install-with-Docker.md
| -rw-r--r-- | docs/Install-with-Docker.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index 01d589b..2f612d6 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -109,7 +109,9 @@ Docker will build and run your containers. Meanwhile you will see messages like: **Don't panic**. Your server processes are simply waiting for the database container to be ready, it can take a while (depends on your machine). -Your server will be up and running shortly. The default password of the root DB user will be `password`. +Your server will be up and running shortly. +To access your MySQL database we recommend clients like [HeidiSQL](https://www.heidisql.com/) (for Windows/Linux+Wine) or [SequelPro](https://www.sequelpro.com/) (for macOS). Use `root` as user and `127.0.0.1` as default host. +The default password of the root DB user will be `password`. #### Docker reference & support requests |
