From ba2136c50591e71882c6dfc7ebb0c0786a56b4ef Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Tue, 6 Jun 2023 02:26:58 -0400 Subject: [PATCH] =?UTF-8?q?Ne=20pas=20d=C3=A9marrer=20adminer=20par=20d?= =?UTF-8?q?=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 03ee265..74aa2b5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -36,13 +36,13 @@ services: restart: 'unless-stopped' command: ['bottin-agenda', '--config', '/etc/bottin-agenda/web.yaml', 'web'] - adminer: - image: adminer - restart: always - ports: - - 8088:8080 - depends_on: - - db + #adminer: + # image: adminer + # restart: always + # ports: + # - 8088:8080 + # depends_on: + # - db volumes: db-data: