Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Update README.MD #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Docker hub: http://hub.docker.com/r/michalhosna/adminer

## Exapmle:
## Example:
```yaml
version: '2.4'
version: '3.9'

services:
adminer:
Expand All @@ -30,24 +30,23 @@ services:
POSTGRES_DB: adminer
POSTGRES_USER: adminer
POSTGRES_PASSWORD: adminer


```

## Tags

```
michalhosna/adminer:4.7.7-en_v1
michalhosna/adminer:4.8.1-en_v1
```

- `4.7.7` = Adminer version
- `4.8.1` = Adminer version
- `en` = Adminer flavour (as in https://github.com/vrana/adminer/releases)
- `v1` = Image version, when something else than adminer version in this repository changes

## Guide
You can preffil any/all/none of the environment variables.
If you prefill all environment variables including `ADMINER_AUTOLOGIN`, user will be autologed and won't see the login screen at all.
If you prefill only some variables, user will be presented with form with prefiled (and disabled) fields from env vars.

You can prefill any, all, or none of the environment variables.
If you prefill all environment variables including `ADMINER_AUTOLOGIN`, the user will be auto-logged and won't see the login screen at all.
If you prefill only some variables, the user will be presented with a form with prefilled (and disabled) fields from env vars.

## Environment Variables

Expand Down