remove adminer

This commit is contained in:
2024-11-21 13:58:20 +01:00
parent 26f4647417
commit 9671e472cc
2 changed files with 9 additions and 9 deletions

View File

@ -59,12 +59,12 @@ services:
- postgres:/var/lib/postgresql/13/main
restart: always
adminer:
container_name: adminer
image: adminer:latest
restart: always
networks:
- transcendence
# adminer:
# container_name: adminer
# image: adminer:latest
# restart: always
# networks:
# - transcendence
volumes:
postgres: