docker-adminer icon indicating copy to clipboard operation
docker-adminer copied to clipboard

Database management in a single PHP file

Results 22 docker-adminer issues
Sort by recently updated
recently updated
newest added

any way this can support adminer editor? This is not an issue exactly

Is it possible to set system and maybe also database using environment? Defining server is very useful, but I use Postgres and it always defaults to MySQL.

question

Is is possible to set a docker environmental variable to disable PHP warnings and errors? It's now very easy to trigger a PHP error from the login screen and for...

This would make it much easier to get started with the container: A simple list of each environment variable, along with it's intended use. Thanks

question

I understand "standalone" docker is not mentioned for production, but our SRE team use this docker image, (for internal use), on our Kubernetes cluster and there was problem with imports....

enhancement

I use the following block in my `docker-compose` file. ``` # docker-compose: https://hub.docker.com/_/adminer adminer: image: arm32v7/adminer container_name: adminer restart: always networks: - home-network ports: - 9004:8080 ``` The container log...

duplicate

I have something like this: ``` adminer: image: adminer ports: - ${ADMINER_PORT}:8080 elasticsearch: build: docker/dockerfile/elasticsearch ports: - ${ELASTICSEARCH_PORT}:9200 volumes: - elasticsearch_data:/usr/share/elasticsearch/data - elasticsearch_config:/usr/share/elasticsearch/config ``` and plus some mysql container. Everthing...

Scanning the container image with Snyk reveals that `postgresql14/libpq` has a High Severity vulnerability: ```text ✗ High severity vulnerability found in postgresql14/libpq Description: Improper Control of Dynamically-Managed Code Resources Info:...

```yaml ... adminer: image: adminer:4.8.1 hostname: adminer restart: unless-stopped ports: - "8080:8080" command: | php -S [::]:8080 -t /var/www/html; wget https://raw.githubusercontent.com/Niyko/Hydra-Dark-Theme-for-Adminer/master/adminer.css -O /var/www/html/designs/hydra/adminer.css environment: ADMINER_DEFAULT_SERVER: db ADMINER_DESIGN: hydra networks: -...

![image](https://github.com/TimWolla/docker-adminer/assets/12899262/ed358ae6-1217-4abd-b432-f6495cc6508d)