Skip to content

Commit a25f865

Browse files
authored
Update capabilities for the docker custom agent (#2364)
* Add CAP_CHOWN capability to docker custom agent service deployer (deprecated)
1 parent c448e6b commit a25f865

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/servicedeployer/_static/docker-custom-agent-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ services:
66
retries: 180
77
interval: 1s
88
hostname: docker-custom-agent
9+
cap_add:
10+
- CAP_CHOWN
911
cap_drop:
1012
- ALL
1113
environment:

0 commit comments

Comments
 (0)