Store your most sensitive information like usernames, passwords, and notes in a highly secure, offline database. This password manager gives you full control over your data by saving it in an encrypted file that can be stored anywhere you choose, from your local drive to a private cloud solution. It operates completely offline, with no ads, no trackers, and no subscriptions.
Designed for users who demand the highest level of security, it offers a robust set of features to protect your digital life:
services:
keepassxc:
image: lscr.io/linuxserver/keepassxc:latest
container_name: keepassxc
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- PASSWORD=${WEB_GUI_PASSWORD}
volumes:
- ./config:/config
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stoppedWEB_GUI_PASSWORD=your_super_secret_passwordAuto-fetched about 18 hours ago
Auto-fetched about 18 hours ago