Sollevix67

linuxserver-librewolf_compose.yml

Nov 30th, 2025
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.70 KB | None | 0 0
  1. name: linuxserver-librewolf
  2. services:
  3.   app:
  4.     cpu_shares: 90
  5.     command: []
  6.     deploy:
  7.       resources:
  8.         limits:
  9.           memory: 7428M
  10.     environment:
  11.      - LIBREWOLF_CLI=
  12.       - PGID=1000
  13.       - PUID=1000
  14.       - TZ=Etc/UTC
  15.     image: linuxserver/librewolf:145.0.1
  16.     labels:
  17.       icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png
  18.     ports:
  19.       - target: 3000
  20.         published: "4000"
  21.         protocol: tcp
  22.       - target: 3001
  23.         published: "4001"
  24.         protocol: tcp
  25.     restart: unless-stopped
  26.     volumes:
  27.       - type: bind
  28.         source: /srv/lsio/librewolf/config
  29.         target: /config
  30.     x-casaos:
  31.       envs:
  32.         - container: PUID
  33.           description:
  34.             en_us: Run 'id [USER]' for the owner of the host volume directories to get the
  35.               UID to use here.
  36.         - container: PGID
  37.           description:
  38.             en_us: Run 'id [USER]' for the owner of the host volume directories to get the
  39.               GID to use here.
  40.         - container: TZ
  41.           description:
  42.             en_us: specify a timezone to use, see this list.
  43.         - container: LIBREWOLF_CLI
  44.           description:
  45.             en_us: Specify one or multiple LibreWolf CLI flags, this string will be passed
  46.               to the application in full. [OPTIONAL]
  47.     devices: []
  48.     cap_add: []
  49.     networks:
  50.      - default
  51.     privileged: false
  52.     container_name: ""
  53.     hostname: ""
  54. networks:
  55.   default:
  56.     name: linuxserver-librewolf_default
  57. x-casaos:
  58.   architectures:
  59.    - amd64
  60.     - arm64
  61.   author: WisdomSky
  62.   category: LinuxServer.io
  63.   description:
  64.     en_us: LibreWolf is a custom and independent version of Firefox, with the
  65.       primary goals of privacy, security and user freedom. LibreWolf also aims
  66.       to remove all the telemetry, data collection and annoyances, as well as
  67.       disabling anti-freedom features like DRM.
  68.   developer: LinuxServer.io
  69.   hostname: ""
  70.   icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png
  71.   index: /
  72.   is_uncontrolled: false
  73.   main: app
  74.   port_map: "4001"
  75.   scheme: https
  76.   store_app_id: linuxserver-librewolf
  77.   tagline:
  78.     en_us: A custom and independent version of Firefox, with the primary goals of
  79.       privacy, security and user freedom. LibreWolf also aims to remove all the
  80.       telemetry, data collection and annoyances, as well as disabling
  81.       anti-freedom features like DRM.
  82.   thumbnail: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png
  83.   title:
  84.     custom: ""
  85.     en_us: Librewolf
  86.  
Advertisement
Add Comment
Please, Sign In to add comment