sd
This commit is contained in:
parent
26da729aa9
commit
79b3a33077
1 changed files with 5 additions and 4 deletions
|
|
@ -10,8 +10,11 @@ services:
|
|||
- TZ=America/Chicago
|
||||
- SUBFOLDER=/
|
||||
- TITLE=Webtop
|
||||
- DRINODE=/dev/dri/renderD128
|
||||
- DISPLAY_REFRESH=60
|
||||
# Force software rendering - this is the fix
|
||||
- LIBGL_ALWAYS_SOFTWARE=1
|
||||
- GALLIUM_DRIVER=llvmpipe
|
||||
# Removed DRINODE since we're not using GPU
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
|
|
@ -19,9 +22,7 @@ services:
|
|||
ports:
|
||||
- 3004:3000
|
||||
- 3005:3001
|
||||
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
# Removed GPU devices section - this was causing the problem
|
||||
shm_size: "1gb"
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue