Skip to content

Adminer

Graham Garner edited this page Nov 3, 2019 · 1 revision

References

About

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
Clone this wiki locally