1
0

chore(deps): update linuxserver/firefox docker tag to v1147.0.4 (#4093)

This commit is contained in:
renovate[bot]
2026-02-18 02:04:43 +00:00
committed by GitHub
parent bdd41196d1
commit 6ea7a4ec4a
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
services:
firefox:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
- ${PANEL_APP_PORT_HTTPS}:3001
volumes:
- "${DATA_PATH}:/config"
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- CUSTOM_USER=${HTTP_USER}
- PASSWORD=${HTTP_PWD}
shm_size: ${MEM_USE}
image: "linuxserver/firefox:1147.0.4"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true