Skip to content

Commit 8096078

Browse files
committed
Update docs
1 parent f8539d8 commit 8096078

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# mariadb-phpmyadmin-docker
2+
23
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

Comments
 (0)