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
Showing only changes of commit ba2136c505 - Show all commits

View file

@ -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: