Commit 0cc278f1 authored by Robert Schmidt's avatar Robert Schmidt

Use capabilities in Aerial-based docker-compose

parent b4750d8d
...@@ -38,7 +38,11 @@ services: ...@@ -38,7 +38,11 @@ services:
depends_on: depends_on:
nv-cubb: nv-cubb:
condition: service_healthy condition: service_healthy
privileged: true cap_drop:
- ALL
cap_add:
- SYS_NICE
- IPC_LOCK
ipc: "container:nv-cubb" ipc: "container:nv-cubb"
environment: environment:
USE_ADDITIONAL_OPTIONS: --log_config.global_log_options level,nocolor,time USE_ADDITIONAL_OPTIONS: --log_config.global_log_options level,nocolor,time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment