DB is a adminer database with beautiful theme
Just clone this repo and browse from your browser
You can also serve this with php built-in server
php -S localhost:1000Just browse to localhost:1000 and you will see the adminer login page
adminer:
image: 'adminer:latest'
ports:
- '${FORWARD_ADMINER_PORT:-8065}:8080'
environment:
ADMINER_DESIGN: pepa-linha
ADMINER_PLUGINS: 'tables-filter'
depends_on:
- mysql
