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

View File

@ -0,0 +1,11 @@
### adminer
adminer:
container_name: guacamole-adminer
hostname: guacamole-adminer
depends_on:
- postgres
image: adminer
restart: always
networks:
- back_network
- docker-traefik_front_network