This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new dbe96768a [INLONG-7607][Docker] Add privilege requrment for audit 
container (#7608)
dbe96768a is described below

commit dbe96768a2383578f4a33aacb4ff1053c09cc3d0
Author: Charles Zhang <[email protected]>
AuthorDate: Tue Mar 14 20:00:30 2023 +0800

    [INLONG-7607][Docker] Add privilege requrment for audit container (#7608)
---
 docker/docker-compose/docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/docker-compose/docker-compose.yml 
b/docker/docker-compose/docker-compose.yml
index 800d4415c..63d0da0c9 100644
--- a/docker/docker-compose/docker-compose.yml
+++ b/docker/docker-compose/docker-compose.yml
@@ -107,6 +107,7 @@ services:
   audit:
     image: inlong/audit:${VERSION_TAG}
     container_name: audit
+    privileged: true
     depends_on:
       mysql:
         condition: service_healthy

Reply via email to