https://github.com/wodby/adminer
Adminer docker container image
https://github.com/wodby/adminer
adminer docker
Last synced: 10 months ago
JSON representation
Adminer docker container image
- Host: GitHub
- URL: https://github.com/wodby/adminer
- Owner: wodby
- License: mit
- Created: 2017-01-09T06:47:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T03:02:24.000Z (11 months ago)
- Last Synced: 2025-04-13T04:18:37.299Z (11 months ago)
- Topics: adminer, docker
- Language: PHP
- Homepage:
- Size: 144 KB
- Stars: 27
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Adminer Docker Container Image
[](https://github.com/wodby/adminer/actions)
[](https://hub.docker.com/r/wodby/adminer)
[](https://hub.docker.com/r/wodby/adminer)
## Docker Images
❗For better reliability we release images with stability tags (`wodby/adminer:5-X.X.X`) which correspond to [git tags](https://github.com/wodby/adminer/releases). We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: [wodby/php](https://github.com/wodby/php)
- [GitHub actions builds](https://github.com/wodby/adminer/actions)
- [Docker Hub](https://hub.docker.com/r/wodby/adminer)
Supported tags and respective `Dockerfile` links:
- `5.2`, `5`, `latest` [_(Dockerfile)_](https://github.com/wodby/adminer/tree/master/Dockerfile)
Plugin loader scripts used from [TimWolla/docker-adminer](https://github.com/TimWolla/docker-adminer).
All images built for `linux/amd64` and `linux/arm64`
## Environment Variables
| Variable | Default Value | Description |
|-----------------------------|---------------|---------------------------------------------------------|
| `ADMINER_DEFAULT_DB_DRIVER` | `server` | `server` is the same as `mysql`, `pgsql` for PostgreSQL |
| `ADMINER_DEFAULT_DB_HOST` | | |
| `ADMINER_DEFAULT_DB_NAME` | | |
| `ADMINER_DESIGN` | | Adminer theme, e.g. `nette` |
| `ADMINER_PLUGINS` | | Separated by space, e.g. `tables-filter tinymce` |
| `PHP_CLI_MEMORY_LIMIT` | `512M` | |
| `PHP_MAX_EXECUTION_TIME` | `0` | |
| `PHP_POST_MAX_SIZE` | `512M` | |
| `PHP_UPLOAD_MAX_FILESIZE` | `512M` | |
See [wodby/php](https://github.com/wodby/php) for all variables
## Deployment
Deploy Adminer to your own server via [ Wodby](https://wodby.com).