-
Notifications
You must be signed in to change notification settings - Fork 583
Adminer
Graham Garner edited this page Nov 3, 2019
·
1 revision
This is a nice tool for managing databases. Web interface has moved to port 9080. There was an issue where openHAB and Adminer were using the same ports. If you have an port conflict edit the docker-compose.yml and under the adminer service change the line to read:
ports:
- 9080:8080