Run a complete, de-Googled version of Chromium inside a secure Docker container and access it from any device with a web browser. This setup provides a powerful way to isolate your browsing activity from your local machine, enhancing both privacy and security. It's based on Ungoogled Chromium, which removes dependencies on Google web services for a more private experience.
This container is designed for high performance and modern use cases, offering a range of advanced features:
proot-apps.services:
ungoogled-chromium:
image: lscr.io/linuxserver/ungoogled-chromium:latest
container_name: ungoogled-chromium
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- CUSTOM_USER=${CUSTOM_USER}
- PASSWORD=${PASSWORD}
- CHOWN_WORKSPACE=false
volumes:
- ./config:/config
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stoppedCUSTOM_USER=admin
PASSWORD=your_super_secret_passwordAuto-fetched about 18 hours ago
Auto-fetched about 18 hours ago