Ne pas démarrer adminer par défaut

This commit is contained in:
Victor Lacasse-Beaudoin 2023-06-06 02:26:58 -04:00
parent e38eee6354
commit ba2136c505

View file

@ -36,13 +36,13 @@ services:
restart: 'unless-stopped' restart: 'unless-stopped'
command: ['bottin-agenda', '--config', '/etc/bottin-agenda/web.yaml', 'web'] command: ['bottin-agenda', '--config', '/etc/bottin-agenda/web.yaml', 'web']
adminer: #adminer:
image: adminer # image: adminer
restart: always # restart: always
ports: # ports:
- 8088:8080 # - 8088:8080
depends_on: # depends_on:
- db # - db
volumes: volumes:
db-data: db-data: