Update docs

This commit is contained in:
Sven Skender 2023-04-26 14:45:50 +02:00
parent f8539d8f5d
commit 8096078622
1 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,13 @@
# mariadb-phpmyadmin-docker # mariadb-phpmyadmin-docker
docker-compose for painless setup of mariadb and phpmyadmin panel docker-compose for painless setup of mariadb and phpmyadmin panel
## Usage
1. Copy `*sql` files to [restore](./restore/) folder.
2. Run `docker-compose up`
3. Open browser [http://127.0.0.1:8080](http://127.0.0.1:8080)
4. Log in with default credentials
USER: `sskender`
PASS: `password123`
DB: `mydatabase`