This is an adminer docker image ready to use with sqlite
Run:
docker run -d --rm -p 7777:8080 -v $(pwd):/var/www/html ghcr.io/te4g/adminer-sqlite
- Go to http://localhost:7777
- Select
sqlite3
as the database type - Use
admin:admin:
as the credentials - If you have a sqlite database in your current directory it will be mounted in
/app