Skip to content

Commit 06ec0ef

Browse files
committed
Remove SCREEN_H and SCREEN_W environment variables from docker-compose configuration
1 parent 8dd458c commit 06ec0ef

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ services:
4444
container_name: remote-webview-server
4545
restart: unless-stopped
4646
environment:
47-
SCREEN_H: 480
48-
SCREEN_W: 480
4947
TILE_SIZE: 32
5048
FULL_FRAME_TILE_COUNT: 4
5149
FULL_FRAME_AREA_THRESHOLD: 0.5

docker-compose.rwv.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ services:
55
container_name: remote-webview-server
66
restart: unless-stopped
77
environment:
8-
SCREEN_H: 480
9-
SCREEN_W: 480
108
TILE_SIZE: 32
119
FULL_FRAME_TILE_COUNT: 4
1210
FULL_FRAME_AREA_THRESHOLD: 0.5

0 commit comments

Comments
 (0)