initial comit

This commit is contained in:
Czechman 2025-01-16 01:03:47 +01:00
parent 400c9f08e8
commit 736b9bb088
2 changed files with 32 additions and 0 deletions

3
config/README.md Normal file
View File

@ -0,0 +1,3 @@
# firefox
https://hub.docker.com/r/jlesage/firefox

View File

@ -0,0 +1,29 @@
# Docker Compose File für Firefox per VNC
# docker-compose -f docker-compose.wifirefoxzarr.yml up -d
version: '3.5'
networks:
firefox:
services:
firefox:
image: jlesage/firefox:latest
container_name: firefox
restart: always
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
ports:
- "5800:5800"
networks:
- firefox
volumes:
- "/docker/firefox/config:/config:rw"
logging:
driver: "gelf"
options:
gelf-address: "udp://192.168.1.250:12201"