Skip to content

Commit

Permalink
Update tws-docker-compose.yml
Browse files Browse the repository at this point in the history
update tws-docker-compose.yml

security_opt:
      - seccomp:unconfined #optional
  • Loading branch information
gnzsnz authored Nov 28, 2023
1 parent c0ac1be commit 3eb1255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tws-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
devices:
- /dev/dri:/dev/dri #optional
shm_size: "2gb" #optional
security_opt:
- seccomp:unconfined #optional
build:
context: ./latest
dockerfile: Dockerfile.tws
Expand Down

0 comments on commit 3eb1255

Please sign in to comment.