Merge pull request 'Ne pas démarrer adminer par défaut' (#6) from fix/adminer-off-default into main
Reviewed-on: #6
This commit is contained in:
commit
547833cfdb
1 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue