Skip to content

Commit

Permalink
Update tws-docker-compose.yml
Browse files Browse the repository at this point in the history
set shm_size: "1gb" #optional
  • Loading branch information
gnzsnz authored Jan 10, 2024
1 parent 66b6df5 commit dc19598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tws-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
restart: unless-stopped
devices:
- /dev/dri:/dev/dri #recomended
shm_size: "2gb" #recomended
shm_size: "1gb" #recomended
security_opt:
- seccomp:unconfined #recomended
build:
Expand Down

0 comments on commit dc19598

Please sign in to comment.