From 67108909a9e6934839066f86684881e84f01a9d6 Mon Sep 17 00:00:00 2001 From: Czechman Date: Mon, 20 Jan 2025 00:37:11 +0100 Subject: [PATCH] =?UTF-8?q?Weboudio=20deaktiviert=20da=20es=20nicht=20ging?= =?UTF-8?q?=20und=20Haul=C3=B6sung=20auf=20720p=20gesetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.firefox.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.firefox.yml b/docker-compose.firefox.yml index 7a56ddd..cd7a34b 100644 --- a/docker-compose.firefox.yml +++ b/docker-compose.firefox.yml @@ -1,5 +1,5 @@ # Docker Compose File für Firefox per VNC -# docker-compose -f docker-compose.wifirefoxzarr.yml up -d +# docker-compose -f docker-compose.firefox.yml up -d version: '3.5' networks: @@ -17,7 +17,9 @@ services: - LANG=de_DE.UTF-8 - KEEP_APP_RUNNING=1 - DARK_MODE=1 - - WEB_AUDIO=1 + - WEB_AUDIO=0 + - DISPLAY_WIDTH=1280 + - DISPLAY_HEIGHT=720 - SECURE_CONNECTION=1 - WEB_AUTHENTICATION=1 ports: