Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: linuxserver-librewolf
- services:
- app:
- cpu_shares: 90
- command: []
- deploy:
- resources:
- limits:
- memory: 7428M
- environment:
- - LIBREWOLF_CLI=
- - PGID=1000
- - PUID=1000
- - TZ=Etc/UTC
- image: linuxserver/librewolf:145.0.1
- labels:
- icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png
- ports:
- - target: 3000
- published: "4000"
- protocol: tcp
- - target: 3001
- published: "4001"
- protocol: tcp
- restart: unless-stopped
- volumes:
- - type: bind
- source: /srv/lsio/librewolf/config
- target: /config
- x-casaos:
- envs:
- - container: PUID
- description:
- en_us: Run 'id [USER]' for the owner of the host volume directories to get the
- UID to use here.
- - container: PGID
- description:
- en_us: Run 'id [USER]' for the owner of the host volume directories to get the
- GID to use here.
- - container: TZ
- description:
- en_us: specify a timezone to use, see this list.
- - container: LIBREWOLF_CLI
- description:
- en_us: Specify one or multiple LibreWolf CLI flags, this string will be passed
- to the application in full. [OPTIONAL]
- devices: []
- cap_add: []
- networks:
- - default
- privileged: false
- container_name: ""
- hostname: ""
- networks:
- default:
- name: linuxserver-librewolf_default
- x-casaos:
- architectures:
- - amd64
- - arm64
- author: WisdomSky
- category: LinuxServer.io
- description:
- en_us: LibreWolf is a custom and independent version of Firefox, with the
- primary goals of privacy, security and user freedom. LibreWolf also aims
- to remove all the telemetry, data collection and annoyances, as well as
- disabling anti-freedom features like DRM.
- developer: LinuxServer.io
- hostname: ""
- icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png
- index: /
- is_uncontrolled: false
- main: app
- port_map: "4001"
- scheme: https
- store_app_id: linuxserver-librewolf
- tagline:
- en_us: A custom and independent version of Firefox, with the primary goals of
- privacy, security and user freedom. LibreWolf also aims to remove all the
- telemetry, data collection and annoyances, as well as disabling
- anti-freedom features like DRM.
- thumbnail: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png
- title:
- custom: ""
- en_us: Librewolf
Advertisement
Add Comment
Please, Sign In to add comment