update Adminer

This commit is contained in:
2024-04-01 13:29:45 +02:00
parent d0bf89d357
commit bc800cf468
5 changed files with 88 additions and 43 deletions

16
Adminer/README.md Normal file
View File

@ -0,0 +1,16 @@
# Utilisation
Pour utiliser Adminer tout seul
```bash
docker compose up -d
```
Pour utiliser Adminer avec Traefik
```bash
docker compose -f docker-compose-traefik.yml up -d
```
Pour utiliser Adminer avec Nginx
```bash
docker compose -f docker-compose-nginx.yml up -d
```