A custom version of Firefox built from the ground up with a focus on privacy, security, and user freedom. It is designed to increase protection against common tracking and fingerprinting techniques by using hardened, privacy-oriented settings and patches. The browser provides a cleaner experience by removing all telemetry, data collection, and annoyances, while also disabling anti-freedom features like DRM.
Key enhancements include:
services:
librewolf:
image: lscr.io/linuxserver/librewolf:latest
container_name: librewolf
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- PASSWORD=${PASSWORD}
volumes:
- ./config:/config
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stoppedPASSWORD=your_secure_passwordAuto-fetched 29 minutes ago