chore(deps): update linuxserver/firefox docker tag to v1147.0.4 (#4093)
This commit is contained in:
27
apps/firefox-browser/1147.0.4/docker-compose.yml
Normal file
27
apps/firefox-browser/1147.0.4/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user