version: '3.3'
services:
firefox:
image: jlesage/firefox # 使用 jlesage/firefox 镜像
container_name: firefox
network_mode: bridge
ports:
- "5800:5800" # noVNC 网页访问端口
- "5959:5900" # VNC 访问端口
environment:
- DISPLAY_WIDTH=1280 # 设置显示宽度
- DISPLAY_HEIGHT=720 # 设置显示高度
- VNC_PASSWORD=Password # 设置 VNC 密码
volumes:
- /volume1/docker/firefox/config:/config # 持久化配置和数据
- /volume1/docker/firefox/fonts:/usr/share/fonts/other
- /volume1/docker/firefox/config/downloads:/config/downloads
restart: unless-stopped # 容器意外停止时自动重启
版权归属:
滔哥有点菜
许可协议:
本文使用《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》协议授权
评论区