Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tozd/docker-phpmyadmin
phpMyAdmin Docker image. Read-only mirror of https://gitlab.com/tozd/docker/phpmyadmin
https://github.com/tozd/docker-phpmyadmin
docker docker-image mariadb mysql phpmyadmin
Last synced: 29 days ago
JSON representation
phpMyAdmin Docker image. Read-only mirror of https://gitlab.com/tozd/docker/phpmyadmin
- Host: GitHub
- URL: https://github.com/tozd/docker-phpmyadmin
- Owner: tozd
- Created: 2014-07-07T08:01:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T22:16:39.000Z (9 months ago)
- Last Synced: 2024-11-11T12:35:31.591Z (3 months ago)
- Topics: docker, docker-image, mariadb, mysql, phpmyadmin
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# tozd/phpmyadmin
Available as:
- [`tozd/phpmyadmin`](https://hub.docker.com/r/tozd/phpmyadmin)
- [`registry.gitlab.com/tozd/docker/phpmyadmin`](https://gitlab.com/tozd/docker/phpmyadmin/container_registry)## Image inheritance
[`tozd/base`](https://gitlab.com/tozd/docker/base) ← [`tozd/dinit`](https://gitlab.com/tozd/docker/dinit) ← [`tozd/nginx`](https://gitlab.com/tozd/docker/nginx) ← [`tozd/nginx-mailer`](https://gitlab.com/tozd/docker/nginx-mailer) ← [`tozd/nginx-cron`](https://gitlab.com/tozd/docker/nginx-cron) ← [`tozd/php`](https://gitlab.com/tozd/docker/php) ← `tozd/phpmyadmin`
## Tags
- `latest`: phpMyAdmin v5.1.1
## Variables
- `PHPMYADMIN_HOST`: Hostname of the database to connect to., Default is `mysql`.
- `PHPMYADMIN_PORT`: Port of the database to connect to. Default is 3306.## Description
Image provides [phpMyAdmin](https://www.phpmyadmin.net/).
When the container runs phpMyAdmin is available at `/phpmyadmin/` URL.By default it is intended to be used for a installation-wide web admin where each user sees databases they have access to, but you can configure it differently, too (you can mount a
volume or extend the image to add `.php` configuration files to `/etc/phpmyadmin/conf.d`).To configure to which database to connect use environment variables.
You should add `blowfish_secret.inc.php` file to `/etc/phpmyadmin/conf.d` with contents like:
```php