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
|
- TZ=America/Chicago
|
||||||
- SUBFOLDER=/
|
- SUBFOLDER=/
|
||||||
- TITLE=Webtop
|
- TITLE=Webtop
|
||||||
- DRINODE=/dev/dri/renderD128
|
|
||||||
- DISPLAY_REFRESH=60
|
- 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:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -19,9 +22,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 3004:3000
|
- 3004:3000
|
||||||
- 3005:3001
|
- 3005:3001
|
||||||
|
# Removed GPU devices section - this was causing the problem
|
||||||
devices:
|
|
||||||
- /dev/dri:/dev/dri
|
|
||||||
shm_size: "1gb"
|
shm_size: "1gb"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue