We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8539d8 commit 8096078Copy full SHA for 8096078
README.md
@@ -1,2 +1,13 @@
1
# mariadb-phpmyadmin-docker
2
+
3
docker-compose for painless setup of mariadb and phpmyadmin panel
4
5
+## Usage
6
7
+1. Copy `*sql` files to [restore](./restore/) folder.
8
+2. Run `docker-compose up`
9
+3. Open browser [http://127.0.0.1:8080](http://127.0.0.1:8080)
10
+4. Log in with default credentials
11
+ USER: `sskender`
12
+ PASS: `password123`
13
+ DB: `mydatabase`
0 commit comments