Skip to content

Commit

Permalink
jibri,compose: avoid mounting /dev/shm/
Browse files Browse the repository at this point in the history
Allocate it with compose.
  • Loading branch information
saghul committed Jun 14, 2022
1 parent fbb8a2d commit 7ed5063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.5'

services:
# Frontend
Expand Down
4 changes: 2 additions & 2 deletions jibri.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3'
version: '3.5'

services:
jibri:
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
restart: ${RESTART_POLICY:-unless-stopped}
volumes:
- ${CONFIG}/jibri:/config:Z
- /dev/shm:/dev/shm
shm_size: '2gb'
cap_add:
- SYS_ADMIN
environment:
Expand Down

0 comments on commit 7ed5063

Please sign in to comment.