Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/putukrisna6/template-db-docker
- Owner: putukrisna6
- Created: 2022-04-25T12:25:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T12:28:44.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T17:45:43.702Z (3 months ago)
- Topics: database, docker, docker-compose, mariadb, phpmyadmin, template
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-db-docker
MariaDB + phpMyAdmin with Docker Compose TemplateTaken 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`