Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 392 Bytes

What is this ?

This is an adminer docker image ready to use with sqlite

How to use

Run:

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