forked from Cp0204/CasaOS-AppStore-Play
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
67 lines (66 loc) · 2.59 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: firefox
services:
firefox:
container_name: firefox
image: linuxserver/firefox:latest
deploy:
resources:
reservations:
memory: 768M
environment:
- DOCKER_MODS=linuxserver/mods:universal-package-install
- FIREFOX_CLI=https://www.google.com/
- INSTALL_PACKAGES=font-noto-cjk
- LC_ALL=zh_CN.UTF-8
- CUSTOM_USER=admin
- PASSWORD=admin
- PGID=1000
- PUID=1000
- TZ=Asia/Shanghai
- NO_DECOR=1
hostname: firefox
ports:
- target: 3000
published: "3000"
protocol: tcp
- target: 3001
published: "3001"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/firefox/config
target: /config
network_mode: bridge
privileged: false
x-casaos:
architectures:
- amd64
- arm64
main: firefox
store_app_id: firefox
category: WEB
author: Cp0204
developer: LinuxServer.io
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/firefox/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/firefox/screenshot-1.png
description:
en_us: Firefox Browser, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.
zh_cn: Firefox 浏览器,是由 Mozilla 基金会及其子公司 Mozilla Corporation 开发的免费开源 Web 浏览器。Firefox 使用 Gecko 布局引擎来渲染网页,该引擎实现了当前和预期的 Web 标准。
tagline:
en_us: This is a Docker container for Firefox, it can access the intranet
zh_cn: 容器中的火狐浏览器,可访问内网
title:
en_us: Firefox
tips:
before_install:
en_us: |
Default login `admin` Password `admin`, you can change it in environment variables. More [description](https://hub.docker.com/r/linuxserver/firefox).
> When you start the program for the first time, it will take about 1~5min to download and install the language support package depending on the network condition, if you can't open it immediately, please wait.
zh_cn: |
默认登录账号 `admin` 密码 `admin`,你可以在环境变量中更改。更多[说明](https://hub.docker.com/r/linuxserver/firefox)。
> 首次启动时,根据网络情况,下载和安装语言支持包需要1~5分钟,如果无法立即打开,请稍候。
port_map: "3000"
scheme: http
index: /