Ne pas démarrer adminer par défaut #6

Merged
vlbeaudoin merged 1 commit from fix/adminer-off-default into main 2023-06-06 02:27:30 -04:00

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: