This tool provides a high-quality, visual way to create, search, and edit SQLite database files. It presents your data in a familiar spreadsheet-like interface, making database management intuitive for users of all skill levels, while still offering a full SQL query facility for advanced tasks. It gives you complete access to the capabilities of the underlying SQLite database.
Key features include:
services:
sqlitebrowser:
image: lscr.io/linuxserver/sqlitebrowser:latest
container_name: sqlitebrowser
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- PASSWORD=${WEB_PASSWORD}
volumes:
- ./config:/config
- ./data:/data
ports:
- 3000:3000
- 3001:3001
restart: unless-stopped# Optional: Password to secure the Web GUI access
WEB_PASSWORD=your_super_secret_passwordAuto-fetched 33 minutes ago
Auto-fetched 32 minutes ago