jibri,compose: avoid mounting /dev/shm/
Allocate it with compose.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
version: '3'
|
version: '3.5'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Frontend
|
# Frontend
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: '3'
|
version: '3.5'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
jibri:
|
jibri:
|
||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
restart: ${RESTART_POLICY:-unless-stopped}
|
restart: ${RESTART_POLICY:-unless-stopped}
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG}/jibri:/config:Z
|
- ${CONFIG}/jibri:/config:Z
|
||||||
- /dev/shm:/dev/shm
|
shm_size: '2gb'
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user