Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/putukrisna6/template-db-docker

MariaDB + phpMyAdmin with Docker Compose Template
https://github.com/putukrisna6/template-db-docker

database docker docker-compose mariadb phpmyadmin template

Last synced: 28 days ago
JSON representation

MariaDB + phpMyAdmin with Docker Compose Template

Awesome Lists containing this project

README

        

# template-db-docker
MariaDB + phpMyAdmin with Docker Compose Template

Taken from my Go API project. Access it [here](https://github.com/putukrisna6/golang-api) if you are interested.

### phpMyAdmin
- access via `http://localhost:8085/` or through the "Open in Browser" in Docker Desktop
- by default: server is `db`, username is `root`, and password is `test`. configurable within `docker-compose.yml`